7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/elasticmapreduce/model/ManagedScalingPolicy.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename ManagedScalingPolicyT = ManagedScalingPolicy>
43 void SetManagedScalingPolicy(ManagedScalingPolicyT&& value) { m_managedScalingPolicyHasBeenSet =
true; m_managedScalingPolicy = std::forward<ManagedScalingPolicyT>(value); }
44 template<
typename ManagedScalingPolicyT = ManagedScalingPolicy>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_managedScalingPolicyHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
GetManagedScalingPolicyResult & WithRequestId(RequestIdT &&value)
const ManagedScalingPolicy & GetManagedScalingPolicy() const
AWS_EMR_API GetManagedScalingPolicyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetManagedScalingPolicyResult & WithManagedScalingPolicy(ManagedScalingPolicyT &&value)
void SetManagedScalingPolicy(ManagedScalingPolicyT &&value)
AWS_EMR_API GetManagedScalingPolicyResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_EMR_API GetManagedScalingPolicyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue