7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/ConfigurationAggregator.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace ConfigService
41 template<
typename ConfigurationAggregatorT = ConfigurationAggregator>
42 void SetConfigurationAggregator(ConfigurationAggregatorT&& value) { m_configurationAggregatorHasBeenSet =
true; m_configurationAggregator = std::forward<ConfigurationAggregatorT>(value); }
43 template<
typename ConfigurationAggregatorT = ConfigurationAggregator>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_configurationAggregatorHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
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