7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
38 template <
typename DomainIdentifierT = Aws::String>
40 m_domainIdentifierHasBeenSet =
true;
41 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
43 template <
typename DomainIdentifierT = Aws::String>
56 template <
typename EnvironmentIdentifierT = Aws::String>
58 m_environmentIdentifierHasBeenSet =
true;
59 m_environmentIdentifier = std::forward<EnvironmentIdentifierT>(value);
61 template <
typename EnvironmentIdentifierT = Aws::String>
74 template <
typename IdentifierT = Aws::String>
76 m_identifierHasBeenSet =
true;
77 m_identifier = std::forward<IdentifierT>(value);
79 template <
typename IdentifierT = Aws::String>
87 bool m_domainIdentifierHasBeenSet =
false;
90 bool m_environmentIdentifierHasBeenSet =
false;
93 bool m_identifierHasBeenSet =
false;
GetEnvironmentActionRequest & WithDomainIdentifier(DomainIdentifierT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetEnvironmentIdentifier() const
virtual const char * GetServiceRequestName() const override
GetEnvironmentActionRequest & WithIdentifier(IdentifierT &&value)
const Aws::String & GetDomainIdentifier() const
const Aws::String & GetIdentifier() const
void SetIdentifier(IdentifierT &&value)
AWS_DATAZONE_API GetEnvironmentActionRequest()=default
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetEnvironmentIdentifier(EnvironmentIdentifierT &&value)
GetEnvironmentActionRequest & WithEnvironmentIdentifier(EnvironmentIdentifierT &&value)
bool EnvironmentIdentifierHasBeenSet() const
bool DomainIdentifierHasBeenSet() const
bool IdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String