7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace OpenSearchService
47 template<
typename OwnerIdT = Aws::String>
48 void SetOwnerId(OwnerIdT&& value) { m_ownerIdHasBeenSet =
true; m_ownerId = std::forward<OwnerIdT>(value); }
49 template<
typename OwnerIdT = Aws::String>
59 template<
typename DomainNameT = Aws::String>
60 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
61 template<
typename DomainNameT = Aws::String>
71 template<
typename RegionT = Aws::String>
72 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
73 template<
typename RegionT = Aws::String>
79 bool m_ownerIdHasBeenSet =
false;
82 bool m_domainNameHasBeenSet =
false;
85 bool m_regionHasBeenSet =
false;
void SetRegion(RegionT &&value)
AWSDomainInformation & WithRegion(RegionT &&value)
const Aws::String & GetDomainName() const
AWSDomainInformation & WithDomainName(DomainNameT &&value)
AWS_OPENSEARCHSERVICE_API AWSDomainInformation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OPENSEARCHSERVICE_API AWSDomainInformation()=default
void SetOwnerId(OwnerIdT &&value)
AWS_OPENSEARCHSERVICE_API AWSDomainInformation(Aws::Utils::Json::JsonView jsonValue)
AWSDomainInformation & WithOwnerId(OwnerIdT &&value)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDomainName(DomainNameT &&value)
bool DomainNameHasBeenSet() const
bool OwnerIdHasBeenSet() const
const Aws::String & GetRegion() const
bool RegionHasBeenSet() const
const Aws::String & GetOwnerId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue