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>
39 template <
typename DomainIdentifierT = Aws::String>
41 m_domainIdentifierHasBeenSet =
true;
42 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
44 template <
typename DomainIdentifierT = Aws::String>
57 template <
typename GroupIdentifierT = Aws::String>
59 m_groupIdentifierHasBeenSet =
true;
60 m_groupIdentifier = std::forward<GroupIdentifierT>(value);
62 template <
typename GroupIdentifierT = Aws::String>
77 template <
typename RolePrincipalArnT = Aws::String>
79 m_rolePrincipalArnHasBeenSet =
true;
80 m_rolePrincipalArn = std::forward<RolePrincipalArnT>(value);
82 template <
typename RolePrincipalArnT = Aws::String>
96 template <
typename ClientTokenT = Aws::String>
98 m_clientTokenHasBeenSet =
true;
99 m_clientToken = std::forward<ClientTokenT>(value);
101 template <
typename ClientTokenT = Aws::String>
115 bool m_domainIdentifierHasBeenSet =
false;
116 bool m_groupIdentifierHasBeenSet =
false;
117 bool m_rolePrincipalArnHasBeenSet =
false;
118 bool m_clientTokenHasBeenSet =
true;
bool RolePrincipalArnHasBeenSet() const
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)
void SetRolePrincipalArn(RolePrincipalArnT &&value)
bool ClientTokenHasBeenSet() const
void SetGroupIdentifier(GroupIdentifierT &&value)
const Aws::String & GetRolePrincipalArn() const
CreateGroupProfileRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool DomainIdentifierHasBeenSet() const
const Aws::String & GetClientToken() const
CreateGroupProfileRequest & WithRolePrincipalArn(RolePrincipalArnT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String