7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/AppStreamRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename NamesT = Aws::Vector<Aws::String>>
45 void SetNames(NamesT&& value) { m_namesHasBeenSet =
true; m_names = std::forward<NamesT>(value); }
46 template<
typename NamesT = Aws::Vector<Aws::String>>
48 template<
typename NamesT = Aws::String>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
67 bool m_namesHasBeenSet =
false;
70 bool m_nextTokenHasBeenSet =
false;
DescribeStacksRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
AWS_APPSTREAM_API DescribeStacksRequest()=default
AWS_APPSTREAM_API Aws::String SerializePayload() const override
bool NamesHasBeenSet() const
DescribeStacksRequest & WithNames(NamesT &&value)
bool NextTokenHasBeenSet() const
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNames(NamesT &&value)
const Aws::Vector< Aws::String > & GetNames() const
DescribeStacksRequest & AddNames(NamesT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() 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