7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/elasticmapreduce/EMRRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename ReleaseLabelT = Aws::String>
44 void SetReleaseLabel(ReleaseLabelT&& value) { m_releaseLabelHasBeenSet =
true; m_releaseLabel = std::forward<ReleaseLabelT>(value); }
45 template<
typename ReleaseLabelT = Aws::String>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
67 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
73 bool m_releaseLabelHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_maxResultsHasBeenSet =
false;
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
AWS_EMR_API DescribeReleaseLabelRequest()=default
DescribeReleaseLabelRequest & WithReleaseLabel(ReleaseLabelT &&value)
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetReleaseLabel() const
bool ReleaseLabelHasBeenSet() const
void SetNextToken(NextTokenT &&value)
DescribeReleaseLabelRequest & WithMaxResults(int value)
void SetReleaseLabel(ReleaseLabelT &&value)
AWS_EMR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_EMR_API Aws::String SerializePayload() const override
DescribeReleaseLabelRequest & WithNextToken(NextTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String