7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ConfigService {
42 template <
typename RequesterAccountIdT = Aws::String>
44 m_requesterAccountIdHasBeenSet =
true;
45 m_requesterAccountId = std::forward<RequesterAccountIdT>(value);
47 template <
typename RequesterAccountIdT = Aws::String>
60 template <
typename RequesterAwsRegionT = Aws::String>
62 m_requesterAwsRegionHasBeenSet =
true;
63 m_requesterAwsRegion = std::forward<RequesterAwsRegionT>(value);
65 template <
typename RequesterAwsRegionT = Aws::String>
75 bool m_requesterAccountIdHasBeenSet =
false;
76 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