7#include <aws/evs/EVS_EXPORTS.h>
8#include <aws/evs/EVSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/evs/model/EnvironmentState.h>
49 template<
typename NextTokenT = Aws::String>
50 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
51 template<
typename NextTokenT = Aws::String>
63 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
74 template<
typename StateT = Aws::Vector<EnvironmentState>>
75 void SetState(StateT&& value) { m_stateHasBeenSet =
true; m_state = std::forward<StateT>(value); }
76 template<
typename StateT = Aws::Vector<EnvironmentState>>
83 bool m_nextTokenHasBeenSet =
false;
86 bool m_maxResultsHasBeenSet =
false;
89 bool m_stateHasBeenSet =
false;
void SetState(StateT &&value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
AWS_EVS_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
ListEnvironmentsRequest & WithMaxResults(int value)
ListEnvironmentsRequest & WithState(StateT &&value)
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
const Aws::Vector< EnvironmentState > & GetState() const
ListEnvironmentsRequest & WithNextToken(NextTokenT &&value)
AWS_EVS_API ListEnvironmentsRequest()=default
AWS_EVS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetNextToken() const
ListEnvironmentsRequest & AddState(EnvironmentState value)
bool StateHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector