7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticsearchService
39 template<
typename OwnerIdT = Aws::String>
40 void SetOwnerId(OwnerIdT&& value) { m_ownerIdHasBeenSet =
true; m_ownerId = std::forward<OwnerIdT>(value); }
41 template<
typename OwnerIdT = Aws::String>
49 template<
typename DomainNameT = Aws::String>
50 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
51 template<
typename DomainNameT = Aws::String>
59 template<
typename RegionT = Aws::String>
60 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
61 template<
typename RegionT = Aws::String>
67 bool m_ownerIdHasBeenSet =
false;
70 bool m_domainNameHasBeenSet =
false;
73 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