7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/ConfigServiceRequest.h>
9#include <aws/config/model/StoredQuery.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/config/model/Tag.h>
16namespace ConfigService
49 template<
typename StoredQueryT = StoredQuery>
50 void SetStoredQuery(StoredQueryT&& value) { m_storedQueryHasBeenSet =
true; m_storedQuery = std::forward<StoredQueryT>(value); }
51 template<
typename StoredQueryT = StoredQuery>
61 template<
typename TagsT = Aws::Vector<Tag>>
62 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
63 template<
typename TagsT = Aws::Vector<Tag>>
65 template<
typename TagsT = Tag>
71 bool m_storedQueryHasBeenSet =
false;
74 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