7#include <aws/autoscaling-plans/AutoScalingPlans_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace AutoScalingPlans {
37 m_scalingPlanVersionHasBeenSet =
true;
38 m_scalingPlanVersion = value;
49 template <
typename RequestIdT = Aws::String>
51 m_requestIdHasBeenSet =
true;
52 m_requestId = std::forward<RequestIdT>(value);
54 template <
typename RequestIdT = Aws::String>
63 long long m_scalingPlanVersion{0};
67 bool m_scalingPlanVersionHasBeenSet =
false;
68 bool m_requestIdHasBeenSet =
false;
AWS_AUTOSCALINGPLANS_API CreateScalingPlanResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
CreateScalingPlanResult & WithScalingPlanVersion(long long value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
AWS_AUTOSCALINGPLANS_API CreateScalingPlanResult()=default
void SetScalingPlanVersion(long long value)
long long GetScalingPlanVersion() const
CreateScalingPlanResult & WithRequestId(RequestIdT &&value)
AWS_AUTOSCALINGPLANS_API CreateScalingPlanResult(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