7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
9#include <aws/devops-agent/model/NewRelicRegion.h>
20namespace DevOpsAgent {
42 template <
typename AccountIdT = Aws::String>
44 m_accountIdHasBeenSet =
true;
45 m_accountId = std::forward<AccountIdT>(value);
47 template <
typename AccountIdT = Aws::String>
61 m_regionHasBeenSet =
true;
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
93 bool m_accountIdHasBeenSet =
false;
94 bool m_regionHasBeenSet =
false;
95 bool m_descriptionHasBeenSet =
false;
void SetAccountId(AccountIdT &&value)
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
RegisteredNewRelicDetails & WithAccountId(AccountIdT &&value)
void SetRegion(NewRelicRegion value)
NewRelicRegion GetRegion() const
bool RegionHasBeenSet() const
AWS_DEVOPSAGENT_API RegisteredNewRelicDetails(Aws::Utils::Json::JsonView jsonValue)
RegisteredNewRelicDetails & WithDescription(DescriptionT &&value)
AWS_DEVOPSAGENT_API RegisteredNewRelicDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
AWS_DEVOPSAGENT_API RegisteredNewRelicDetails()=default
const Aws::String & GetAccountId() const
bool AccountIdHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
RegisteredNewRelicDetails & WithRegion(NewRelicRegion value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue