7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/ConfigServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/config/model/Tag.h>
16namespace ConfigService
45 template<
typename AuthorizedAccountIdT = Aws::String>
46 void SetAuthorizedAccountId(AuthorizedAccountIdT&& value) { m_authorizedAccountIdHasBeenSet =
true; m_authorizedAccountId = std::forward<AuthorizedAccountIdT>(value); }
47 template<
typename AuthorizedAccountIdT = Aws::String>
57 template<
typename AuthorizedAwsRegionT = Aws::String>
58 void SetAuthorizedAwsRegion(AuthorizedAwsRegionT&& value) { m_authorizedAwsRegionHasBeenSet =
true; m_authorizedAwsRegion = std::forward<AuthorizedAwsRegionT>(value); }
59 template<
typename AuthorizedAwsRegionT = Aws::String>
69 template<
typename TagsT = Aws::Vector<Tag>>
70 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
71 template<
typename TagsT = Aws::Vector<Tag>>
73 template<
typename TagsT = Tag>
79 bool m_authorizedAccountIdHasBeenSet =
false;
82 bool m_authorizedAwsRegionHasBeenSet =
false;
85 bool m_tagsHasBeenSet =
false;
PutAggregationAuthorizationRequest & WithTags(TagsT &&value)
PutAggregationAuthorizationRequest & WithAuthorizedAwsRegion(AuthorizedAwsRegionT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetAuthorizedAwsRegion() const
PutAggregationAuthorizationRequest & AddTags(TagsT &&value)
PutAggregationAuthorizationRequest & WithAuthorizedAccountId(AuthorizedAccountIdT &&value)
void SetAuthorizedAwsRegion(AuthorizedAwsRegionT &&value)
bool AuthorizedAwsRegionHasBeenSet() const
bool AuthorizedAccountIdHasBeenSet() const
void SetTags(TagsT &&value)
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
AWS_CONFIGSERVICE_API PutAggregationAuthorizationRequest()=default
void SetAuthorizedAccountId(AuthorizedAccountIdT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetAuthorizedAccountId() const
const Aws::Vector< Tag > & GetTags() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector