AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
ModifyClusterResult.h
1
6#pragma once
7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace EMR
24{
25namespace Model
26{
28 {
29 public:
30 AWS_EMR_API ModifyClusterResult() = default;
33
34
36
39 inline int GetStepConcurrencyLevel() const { return m_stepConcurrencyLevel; }
40 inline void SetStepConcurrencyLevel(int value) { m_stepConcurrencyLevelHasBeenSet = true; m_stepConcurrencyLevel = value; }
41 inline ModifyClusterResult& WithStepConcurrencyLevel(int value) { SetStepConcurrencyLevel(value); return *this;}
43
45
48 inline bool GetExtendedSupport() const { return m_extendedSupport; }
49 inline void SetExtendedSupport(bool value) { m_extendedSupportHasBeenSet = true; m_extendedSupport = value; }
50 inline ModifyClusterResult& WithExtendedSupport(bool value) { SetExtendedSupport(value); return *this;}
52
54
55 inline const Aws::String& GetRequestId() const { return m_requestId; }
56 template<typename RequestIdT = Aws::String>
57 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
58 template<typename RequestIdT = Aws::String>
59 ModifyClusterResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
61 private:
62
63 int m_stepConcurrencyLevel{0};
64 bool m_stepConcurrencyLevelHasBeenSet = false;
65
66 bool m_extendedSupport{false};
67 bool m_extendedSupportHasBeenSet = false;
68
69 Aws::String m_requestId;
70 bool m_requestIdHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace EMR
75} // namespace Aws
AWS_EMR_API ModifyClusterResult()=default
ModifyClusterResult & WithStepConcurrencyLevel(int value)
ModifyClusterResult & WithExtendedSupport(bool value)
AWS_EMR_API ModifyClusterResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_EMR_API ModifyClusterResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ModifyClusterResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue