7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/ConfigurationAggregator.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ConfigService {
36 template <
typename ConfigurationAggregatorT = ConfigurationAggregator>
38 m_configurationAggregatorHasBeenSet =
true;
39 m_configurationAggregator = std::forward<ConfigurationAggregatorT>(value);
41 template <
typename ConfigurationAggregatorT = ConfigurationAggregator>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_configurationAggregatorHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
PutConfigurationAggregatorResult & WithConfigurationAggregator(ConfigurationAggregatorT &&value)
const Aws::String & GetRequestId() const
PutConfigurationAggregatorResult & WithRequestId(RequestIdT &&value)
AWS_CONFIGSERVICE_API PutConfigurationAggregatorResult()=default
void SetConfigurationAggregator(ConfigurationAggregatorT &&value)
AWS_CONFIGSERVICE_API PutConfigurationAggregatorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONFIGSERVICE_API PutConfigurationAggregatorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ConfigurationAggregator & GetConfigurationAggregator() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue