7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/model/ThrottleSettings.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template <
typename CloudwatchRoleArnT = Aws::String>
45 m_cloudwatchRoleArnHasBeenSet =
true;
46 m_cloudwatchRoleArn = std::forward<CloudwatchRoleArnT>(value);
48 template <
typename CloudwatchRoleArnT = Aws::String>
60 template <
typename ThrottleSettingsT = ThrottleSettings>
62 m_throttleSettingsHasBeenSet =
true;
63 m_throttleSettings = std::forward<ThrottleSettingsT>(value);
65 template <
typename ThrottleSettingsT = ThrottleSettings>
78 template <
typename FeaturesT = Aws::Vector<Aws::String>>
80 m_featuresHasBeenSet =
true;
81 m_features = std::forward<FeaturesT>(value);
83 template <
typename FeaturesT = Aws::Vector<Aws::String>>
88 template <
typename FeaturesT = Aws::String>
90 m_featuresHasBeenSet =
true;
91 m_features.emplace_back(std::forward<FeaturesT>(value));
101 template <
typename ApiKeyVersionT = Aws::String>
103 m_apiKeyVersionHasBeenSet =
true;
104 m_apiKeyVersion = std::forward<ApiKeyVersionT>(value);
106 template <
typename ApiKeyVersionT = Aws::String>
116 template <
typename RequestIdT = Aws::String>
118 m_requestIdHasBeenSet =
true;
119 m_requestId = std::forward<RequestIdT>(value);
121 template <
typename RequestIdT = Aws::String>
140 bool m_cloudwatchRoleArnHasBeenSet =
false;
141 bool m_throttleSettingsHasBeenSet =
false;
142 bool m_featuresHasBeenSet =
false;
143 bool m_apiKeyVersionHasBeenSet =
false;
144 bool m_requestIdHasBeenSet =
false;
UpdateAccountResult & WithCloudwatchRoleArn(CloudwatchRoleArnT &&value)
const Aws::String & GetCloudwatchRoleArn() const
UpdateAccountResult & WithApiKeyVersion(ApiKeyVersionT &&value)
AWS_APIGATEWAY_API UpdateAccountResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetFeatures(FeaturesT &&value)
void SetThrottleSettings(ThrottleSettingsT &&value)
UpdateAccountResult & WithRequestId(RequestIdT &&value)
UpdateAccountResult & AddFeatures(FeaturesT &&value)
const Aws::Vector< Aws::String > & GetFeatures() const
const ThrottleSettings & GetThrottleSettings() const
AWS_APIGATEWAY_API UpdateAccountResult()=default
const Aws::String & GetRequestId() const
AWS_APIGATEWAY_API UpdateAccountResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetApiKeyVersion(ApiKeyVersionT &&value)
void SetCloudwatchRoleArn(CloudwatchRoleArnT &&value)
const Aws::String & GetApiKeyVersion() const
UpdateAccountResult & WithFeatures(FeaturesT &&value)
UpdateAccountResult & WithThrottleSettings(ThrottleSettingsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue