7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/DataZoneEntityType.h>
12#include <aws/datazone/model/OwnerProperties.h>
41 template <
typename ClientTokenT = Aws::String>
43 m_clientTokenHasBeenSet =
true;
44 m_clientToken = std::forward<ClientTokenT>(value);
46 template <
typename ClientTokenT = Aws::String>
59 template <
typename DomainIdentifierT = Aws::String>
61 m_domainIdentifierHasBeenSet =
true;
62 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
64 template <
typename DomainIdentifierT = Aws::String>
77 template <
typename EntityIdentifierT = Aws::String>
79 m_entityIdentifierHasBeenSet =
true;
80 m_entityIdentifier = std::forward<EntityIdentifierT>(value);
82 template <
typename EntityIdentifierT = Aws::String>
96 m_entityTypeHasBeenSet =
true;
111 template <
typename OwnerT = OwnerProperties>
113 m_ownerHasBeenSet =
true;
114 m_owner = std::forward<OwnerT>(value);
116 template <
typename OwnerT = OwnerProperties>
118 SetOwner(std::forward<OwnerT>(value));
124 bool m_clientTokenHasBeenSet =
true;
127 bool m_domainIdentifierHasBeenSet =
false;
130 bool m_entityIdentifierHasBeenSet =
false;
133 bool m_entityTypeHasBeenSet =
false;
135 OwnerProperties m_owner;
136 bool m_ownerHasBeenSet =
false;
void SetEntityType(DataZoneEntityType value)
AddEntityOwnerRequest & WithEntityType(DataZoneEntityType value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
AddEntityOwnerRequest & WithClientToken(ClientTokenT &&value)
bool EntityIdentifierHasBeenSet() const
bool DomainIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetEntityIdentifier() const
AddEntityOwnerRequest & WithEntityIdentifier(EntityIdentifierT &&value)
bool EntityTypeHasBeenSet() const
void SetDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetDomainIdentifier() const
DataZoneEntityType GetEntityType() const
void SetOwner(OwnerT &&value)
void SetEntityIdentifier(EntityIdentifierT &&value)
AWS_DATAZONE_API AddEntityOwnerRequest()=default
bool OwnerHasBeenSet() const
bool ClientTokenHasBeenSet() const
const OwnerProperties & GetOwner() const
AddEntityOwnerRequest & WithDomainIdentifier(DomainIdentifierT &&value)
AddEntityOwnerRequest & WithOwner(OwnerT &&value)
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String