7#include <aws/config/ConfigServiceRequest.h>
8#include <aws/config/ConfigService_EXPORTS.h>
9#include <aws/config/model/Tag.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace ConfigService {
41 template <
typename AuthorizedAccountIdT = Aws::String>
43 m_authorizedAccountIdHasBeenSet =
true;
44 m_authorizedAccountId = std::forward<AuthorizedAccountIdT>(value);
46 template <
typename AuthorizedAccountIdT = Aws::String>
59 template <
typename AuthorizedAwsRegionT = Aws::String>
61 m_authorizedAwsRegionHasBeenSet =
true;
62 m_authorizedAwsRegion = std::forward<AuthorizedAwsRegionT>(value);
64 template <
typename AuthorizedAwsRegionT = Aws::String>
77 template <
typename TagsT = Aws::Vector<Tag>>
79 m_tagsHasBeenSet =
true;
80 m_tags = std::forward<TagsT>(value);
82 template <
typename TagsT = Aws::Vector<Tag>>
84 SetTags(std::forward<TagsT>(value));
87 template <
typename TagsT = Tag>
89 m_tagsHasBeenSet =
true;
90 m_tags.emplace_back(std::forward<TagsT>(value));
100 bool m_authorizedAccountIdHasBeenSet =
false;
101 bool m_authorizedAwsRegionHasBeenSet =
false;
102 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