7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticmapreduce/EMRRequest.h>
11#include <aws/elasticmapreduce/EMR_EXPORTS.h>
12#include <aws/elasticmapreduce/model/ClusterState.h>
46 template <
typename CreatedAfterT = Aws::Utils::DateTime>
48 m_createdAfterHasBeenSet =
true;
49 m_createdAfter = std::forward<CreatedAfterT>(value);
51 template <
typename CreatedAfterT = Aws::Utils::DateTime>
64 template <
typename CreatedBeforeT = Aws::Utils::DateTime>
66 m_createdBeforeHasBeenSet =
true;
67 m_createdBefore = std::forward<CreatedBeforeT>(value);
69 template <
typename CreatedBeforeT = Aws::Utils::DateTime>
84 template <
typename ClusterStatesT = Aws::Vector<ClusterState>>
86 m_clusterStatesHasBeenSet =
true;
87 m_clusterStates = std::forward<ClusterStatesT>(value);
89 template <
typename ClusterStatesT = Aws::Vector<ClusterState>>
95 m_clusterStatesHasBeenSet =
true;
96 m_clusterStates.push_back(value);
107 template <
typename MarkerT = Aws::String>
109 m_markerHasBeenSet =
true;
110 m_marker = std::forward<MarkerT>(value);
112 template <
typename MarkerT = Aws::String>
126 bool m_createdAfterHasBeenSet =
false;
127 bool m_createdBeforeHasBeenSet =
false;
128 bool m_clusterStatesHasBeenSet =
false;
129 bool m_markerHasBeenSet =
false;
AWS_EMR_API Aws::String SerializePayload() const override
ListClustersRequest & WithClusterStates(ClusterStatesT &&value)
virtual const char * GetServiceRequestName() const override
ListClustersRequest & WithCreatedBefore(CreatedBeforeT &&value)
const Aws::Vector< ClusterState > & GetClusterStates() const
ListClustersRequest & WithCreatedAfter(CreatedAfterT &&value)
void SetMarker(MarkerT &&value)
ListClustersRequest & WithMarker(MarkerT &&value)
ListClustersRequest & AddClusterStates(ClusterState value)
bool CreatedAfterHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedBefore() const
void SetCreatedBefore(CreatedBeforeT &&value)
bool ClusterStatesHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAfter() const
void SetCreatedAfter(CreatedAfterT &&value)
AWS_EMR_API ListClustersRequest()=default
bool MarkerHasBeenSet() const
bool CreatedBeforeHasBeenSet() const
const Aws::String & GetMarker() const
AWS_EMR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetClusterStates(ClusterStatesT &&value)
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