7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/elasticmapreduce/EMRRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ClusterIdT = Aws::String>
48 void SetClusterId(ClusterIdT&& value) { m_clusterIdHasBeenSet =
true; m_clusterId = std::forward<ClusterIdT>(value); }
49 template<
typename ClusterIdT = Aws::String>
59 template<
typename MarkerT = Aws::String>
60 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
61 template<
typename MarkerT = Aws::String>
67 bool m_clusterIdHasBeenSet =
false;
70 bool m_markerHasBeenSet =
false;
bool MarkerHasBeenSet() const
const Aws::String & GetMarker() const
void SetClusterId(ClusterIdT &&value)
AWS_EMR_API Aws::String SerializePayload() const override
AWS_EMR_API ListBootstrapActionsRequest()=default
ListBootstrapActionsRequest & WithMarker(MarkerT &&value)
ListBootstrapActionsRequest & WithClusterId(ClusterIdT &&value)
virtual const char * GetServiceRequestName() const override
bool ClusterIdHasBeenSet() const
AWS_EMR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMarker(MarkerT &&value)
const Aws::String & GetClusterId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String