7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename DomainIdentifierT = Aws::String>
49 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
50 template<
typename DomainIdentifierT = Aws::String>
60 template<
typename EnvironmentIdentifierT = Aws::String>
61 void SetEnvironmentIdentifier(EnvironmentIdentifierT&& value) { m_environmentIdentifierHasBeenSet =
true; m_environmentIdentifier = std::forward<EnvironmentIdentifierT>(value); }
62 template<
typename EnvironmentIdentifierT = Aws::String>
77 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
93 template<
typename NextTokenT = Aws::String>
94 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
95 template<
typename NextTokenT = Aws::String>
101 bool m_domainIdentifierHasBeenSet =
false;
104 bool m_environmentIdentifierHasBeenSet =
false;
107 bool m_maxResultsHasBeenSet =
false;
110 bool m_nextTokenHasBeenSet =
false;
ListEnvironmentActionsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
bool DomainIdentifierHasBeenSet() const
void SetEnvironmentIdentifier(EnvironmentIdentifierT &&value)
AWS_DATAZONE_API ListEnvironmentActionsRequest()=default
ListEnvironmentActionsRequest & WithEnvironmentIdentifier(EnvironmentIdentifierT &&value)
void SetMaxResults(int value)
const Aws::String & GetDomainIdentifier() const
bool NextTokenHasBeenSet() const
ListEnvironmentActionsRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
ListEnvironmentActionsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
void SetDomainIdentifier(DomainIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
bool EnvironmentIdentifierHasBeenSet() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetEnvironmentIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String