7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename DomainIdentifierT = Aws::String>
43 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
44 template<
typename DomainIdentifierT = Aws::String>
54 template<
typename EnvironmentIdentifierT = Aws::String>
55 void SetEnvironmentIdentifier(EnvironmentIdentifierT&& value) { m_environmentIdentifierHasBeenSet =
true; m_environmentIdentifier = std::forward<EnvironmentIdentifierT>(value); }
56 template<
typename EnvironmentIdentifierT = Aws::String>
66 template<
typename EnvironmentRoleArnT = Aws::String>
67 void SetEnvironmentRoleArn(EnvironmentRoleArnT&& value) { m_environmentRoleArnHasBeenSet =
true; m_environmentRoleArn = std::forward<EnvironmentRoleArnT>(value); }
68 template<
typename EnvironmentRoleArnT = Aws::String>
74 bool m_domainIdentifierHasBeenSet =
false;
77 bool m_environmentIdentifierHasBeenSet =
false;
80 bool m_environmentRoleArnHasBeenSet =
false;
const Aws::String & GetEnvironmentRoleArn() const
bool EnvironmentIdentifierHasBeenSet() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
const Aws::String & GetDomainIdentifier() const
const Aws::String & GetEnvironmentIdentifier() const
AssociateEnvironmentRoleRequest & WithDomainIdentifier(DomainIdentifierT &&value)
AssociateEnvironmentRoleRequest & WithEnvironmentRoleArn(EnvironmentRoleArnT &&value)
void SetEnvironmentRoleArn(EnvironmentRoleArnT &&value)
AssociateEnvironmentRoleRequest & WithEnvironmentIdentifier(EnvironmentIdentifierT &&value)
bool DomainIdentifierHasBeenSet() const
void SetDomainIdentifier(DomainIdentifierT &&value)
AWS_DATAZONE_API AssociateEnvironmentRoleRequest()=default
void SetEnvironmentIdentifier(EnvironmentIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
bool EnvironmentRoleArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String