7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/ConfigServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ConfigService
43 template<
typename AuthorizedAccountIdT = Aws::String>
44 void SetAuthorizedAccountId(AuthorizedAccountIdT&& value) { m_authorizedAccountIdHasBeenSet =
true; m_authorizedAccountId = std::forward<AuthorizedAccountIdT>(value); }
45 template<
typename AuthorizedAccountIdT = Aws::String>
55 template<
typename AuthorizedAwsRegionT = Aws::String>
56 void SetAuthorizedAwsRegion(AuthorizedAwsRegionT&& value) { m_authorizedAwsRegionHasBeenSet =
true; m_authorizedAwsRegion = std::forward<AuthorizedAwsRegionT>(value); }
57 template<
typename AuthorizedAwsRegionT = Aws::String>
63 bool m_authorizedAccountIdHasBeenSet =
false;
66 bool m_authorizedAwsRegionHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
DeleteAggregationAuthorizationRequest & WithAuthorizedAccountId(AuthorizedAccountIdT &&value)
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool AuthorizedAccountIdHasBeenSet() const
const Aws::String & GetAuthorizedAwsRegion() const
DeleteAggregationAuthorizationRequest & WithAuthorizedAwsRegion(AuthorizedAwsRegionT &&value)
void SetAuthorizedAwsRegion(AuthorizedAwsRegionT &&value)
AWS_CONFIGSERVICE_API DeleteAggregationAuthorizationRequest()=default
void SetAuthorizedAccountId(AuthorizedAccountIdT &&value)
const Aws::String & GetAuthorizedAccountId() const
bool AuthorizedAwsRegionHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String