7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ConfigService
48 template<
typename RequesterAccountIdT = Aws::String>
49 void SetRequesterAccountId(RequesterAccountIdT&& value) { m_requesterAccountIdHasBeenSet =
true; m_requesterAccountId = std::forward<RequesterAccountIdT>(value); }
50 template<
typename RequesterAccountIdT = Aws::String>
60 template<
typename RequesterAwsRegionT = Aws::String>
61 void SetRequesterAwsRegion(RequesterAwsRegionT&& value) { m_requesterAwsRegionHasBeenSet =
true; m_requesterAwsRegion = std::forward<RequesterAwsRegionT>(value); }
62 template<
typename RequesterAwsRegionT = Aws::String>
68 bool m_requesterAccountIdHasBeenSet =
false;
71 bool m_requesterAwsRegionHasBeenSet =
false;
void SetRequesterAwsRegion(RequesterAwsRegionT &&value)
PendingAggregationRequest & WithRequesterAwsRegion(RequesterAwsRegionT &&value)
const Aws::String & GetRequesterAwsRegion() const
AWS_CONFIGSERVICE_API PendingAggregationRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RequesterAwsRegionHasBeenSet() const
void SetRequesterAccountId(RequesterAccountIdT &&value)
const Aws::String & GetRequesterAccountId() const
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool RequesterAccountIdHasBeenSet() const
AWS_CONFIGSERVICE_API PendingAggregationRequest()=default
PendingAggregationRequest & WithRequesterAccountId(RequesterAccountIdT &&value)
AWS_CONFIGSERVICE_API PendingAggregationRequest(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue