7#include <aws/emr-containers/EMRContainers_EXPORTS.h>
8#include <aws/emr-containers/EMRContainersRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/emr-containers/model/EndpointState.h>
21namespace EMRContainers
50 template<
typename VirtualClusterIdT = Aws::String>
51 void SetVirtualClusterId(VirtualClusterIdT&& value) { m_virtualClusterIdHasBeenSet =
true; m_virtualClusterId = std::forward<VirtualClusterIdT>(value); }
52 template<
typename VirtualClusterIdT = Aws::String>
62 template<
typename CreatedBeforeT = Aws::Utils::DateTime>
63 void SetCreatedBefore(CreatedBeforeT&& value) { m_createdBeforeHasBeenSet =
true; m_createdBefore = std::forward<CreatedBeforeT>(value); }
64 template<
typename CreatedBeforeT = Aws::Utils::DateTime>
74 template<
typename CreatedAfterT = Aws::Utils::DateTime>
75 void SetCreatedAfter(CreatedAfterT&& value) { m_createdAfterHasBeenSet =
true; m_createdAfter = std::forward<CreatedAfterT>(value); }
76 template<
typename CreatedAfterT = Aws::Utils::DateTime>
86 template<
typename TypesT = Aws::Vector<Aws::String>>
87 void SetTypes(TypesT&& value) { m_typesHasBeenSet =
true; m_types = std::forward<TypesT>(value); }
88 template<
typename TypesT = Aws::Vector<Aws::String>>
90 template<
typename TypesT = Aws::String>
100 template<
typename StatesT = Aws::Vector<Endpo
intState>>
101 void SetStates(StatesT&& value) { m_statesHasBeenSet =
true; m_states = std::forward<StatesT>(value); }
102 template<
typename StatesT = Aws::Vector<Endpo
intState>>
113 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
123 template<
typename NextTokenT = Aws::String>
124 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
125 template<
typename NextTokenT = Aws::String>
131 bool m_virtualClusterIdHasBeenSet =
false;
134 bool m_createdBeforeHasBeenSet =
false;
137 bool m_createdAfterHasBeenSet =
false;
140 bool m_typesHasBeenSet =
false;
143 bool m_statesHasBeenSet =
false;
146 bool m_maxResultsHasBeenSet =
false;
149 bool m_nextTokenHasBeenSet =
false;
ListManagedEndpointsRequest & WithCreatedBefore(CreatedBeforeT &&value)
const Aws::String & GetVirtualClusterId() const
void SetCreatedBefore(CreatedBeforeT &&value)
ListManagedEndpointsRequest & WithCreatedAfter(CreatedAfterT &&value)
AWS_EMRCONTAINERS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListManagedEndpointsRequest & WithNextToken(NextTokenT &&value)
ListManagedEndpointsRequest & WithTypes(TypesT &&value)
bool VirtualClusterIdHasBeenSet() const
bool MaxResultsHasBeenSet() const
ListManagedEndpointsRequest & AddStates(EndpointState value)
const Aws::Utils::DateTime & GetCreatedBefore() const
void SetVirtualClusterId(VirtualClusterIdT &&value)
int GetMaxResults() const
const Aws::Vector< Aws::String > & GetTypes() const
void SetTypes(TypesT &&value)
void SetNextToken(NextTokenT &&value)
ListManagedEndpointsRequest & AddTypes(TypesT &&value)
void SetMaxResults(int value)
AWS_EMRCONTAINERS_API ListManagedEndpointsRequest()=default
bool NextTokenHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAfter() const
bool TypesHasBeenSet() const
const Aws::String & GetNextToken() const
bool CreatedBeforeHasBeenSet() const
ListManagedEndpointsRequest & WithVirtualClusterId(VirtualClusterIdT &&value)
AWS_EMRCONTAINERS_API Aws::String SerializePayload() const override
void SetCreatedAfter(CreatedAfterT &&value)
const Aws::Vector< EndpointState > & GetStates() const
bool StatesHasBeenSet() const
void SetStates(StatesT &&value)
virtual const char * GetServiceRequestName() const override
ListManagedEndpointsRequest & WithStates(StatesT &&value)
ListManagedEndpointsRequest & WithMaxResults(int value)
bool CreatedAfterHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector