7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/evs/EVSRequest.h>
10#include <aws/evs/EVS_EXPORTS.h>
11#include <aws/evs/model/EnvironmentState.h>
45 template <
typename NextTokenT = Aws::String>
47 m_nextTokenHasBeenSet =
true;
48 m_nextToken = std::forward<NextTokenT>(value);
50 template <
typename NextTokenT = Aws::String>
66 m_maxResultsHasBeenSet =
true;
82 template <
typename StateT = Aws::Vector<EnvironmentState>>
84 m_stateHasBeenSet =
true;
85 m_state = std::forward<StateT>(value);
87 template <
typename StateT = Aws::Vector<EnvironmentState>>
89 SetState(std::forward<StateT>(value));
93 m_stateHasBeenSet =
true;
94 m_state.push_back(value);
104 bool m_nextTokenHasBeenSet =
false;
105 bool m_maxResultsHasBeenSet =
false;
106 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