7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/es/ElasticsearchService_EXPORTS.h>
19namespace ElasticsearchService {
33 template <
typename OwnerIdT = Aws::String>
35 m_ownerIdHasBeenSet =
true;
36 m_ownerId = std::forward<OwnerIdT>(value);
38 template <
typename OwnerIdT = Aws::String>
49 template <
typename DomainNameT = Aws::String>
51 m_domainNameHasBeenSet =
true;
52 m_domainName = std::forward<DomainNameT>(value);
54 template <
typename DomainNameT = Aws::String>
65 template <
typename RegionT = Aws::String>
67 m_regionHasBeenSet =
true;
68 m_region = std::forward<RegionT>(value);
70 template <
typename RegionT = Aws::String>
82 bool m_ownerIdHasBeenSet =
false;
83 bool m_domainNameHasBeenSet =
false;
84 bool m_regionHasBeenSet =
false;
void SetRegion(RegionT &&value)
DomainInformation & WithRegion(RegionT &&value)
AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ELASTICSEARCHSERVICE_API DomainInformation(Aws::Utils::Json::JsonView jsonValue)
AWS_ELASTICSEARCHSERVICE_API DomainInformation & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDomainName() const
bool DomainNameHasBeenSet() const
const Aws::String & GetOwnerId() const
bool OwnerIdHasBeenSet() const
DomainInformation & WithOwnerId(OwnerIdT &&value)
AWS_ELASTICSEARCHSERVICE_API DomainInformation()=default
const Aws::String & GetRegion() const
bool RegionHasBeenSet() const
void SetDomainName(DomainNameT &&value)
void SetOwnerId(OwnerIdT &&value)
DomainInformation & WithDomainName(DomainNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue