7#include <aws/config/ConfigServiceRequest.h>
8#include <aws/config/ConfigService_EXPORTS.h>
9#include <aws/config/model/StoredQuery.h>
10#include <aws/config/model/Tag.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace ConfigService {
45 template <
typename StoredQueryT = StoredQuery>
47 m_storedQueryHasBeenSet =
true;
48 m_storedQuery = std::forward<StoredQueryT>(value);
50 template <
typename StoredQueryT = StoredQuery>
63 template <
typename TagsT = Aws::Vector<Tag>>
65 m_tagsHasBeenSet =
true;
66 m_tags = std::forward<TagsT>(value);
68 template <
typename TagsT = Aws::Vector<Tag>>
70 SetTags(std::forward<TagsT>(value));
73 template <
typename TagsT = Tag>
75 m_tagsHasBeenSet =
true;
76 m_tags.emplace_back(std::forward<TagsT>(value));
84 bool m_storedQueryHasBeenSet =
false;
85 bool m_tagsHasBeenSet =
false;
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
PutStoredQueryRequest & WithTags(TagsT &&value)
bool TagsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
const StoredQuery & GetStoredQuery() const
PutStoredQueryRequest & WithStoredQuery(StoredQueryT &&value)
PutStoredQueryRequest & AddTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CONFIGSERVICE_API PutStoredQueryRequest()=default
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool StoredQueryHasBeenSet() const
void SetStoredQuery(StoredQueryT &&value)
void SetTags(TagsT &&value)
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