7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
43 template<
typename ClientTokenT = Aws::String>
44 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
45 template<
typename ClientTokenT = Aws::String>
56 template<
typename DomainIdentifierT = Aws::String>
57 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
58 template<
typename DomainIdentifierT = Aws::String>
68 template<
typename GroupIdentifierT = Aws::String>
69 void SetGroupIdentifier(GroupIdentifierT&& value) { m_groupIdentifierHasBeenSet =
true; m_groupIdentifier = std::forward<GroupIdentifierT>(value); }
70 template<
typename GroupIdentifierT = Aws::String>
76 bool m_clientTokenHasBeenSet =
true;
79 bool m_domainIdentifierHasBeenSet =
false;
82 bool m_groupIdentifierHasBeenSet =
false;
const Aws::String & GetGroupIdentifier() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDomainIdentifier() const
void SetDomainIdentifier(DomainIdentifierT &&value)
void SetClientToken(ClientTokenT &&value)
AWS_DATAZONE_API CreateGroupProfileRequest()=default
CreateGroupProfileRequest & WithGroupIdentifier(GroupIdentifierT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
bool GroupIdentifierHasBeenSet() const
CreateGroupProfileRequest & WithClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
void SetGroupIdentifier(GroupIdentifierT &&value)
CreateGroupProfileRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool DomainIdentifierHasBeenSet() const
const Aws::String & GetClientToken() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String