7#include <aws/appstream/AppStreamRequest.h>
8#include <aws/appstream/AppStream_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
40 template <
typename NamesT = Aws::Vector<Aws::String>>
42 m_namesHasBeenSet =
true;
43 m_names = std::forward<NamesT>(value);
45 template <
typename NamesT = Aws::Vector<Aws::String>>
47 SetNames(std::forward<NamesT>(value));
50 template <
typename NamesT = Aws::String>
52 m_namesHasBeenSet =
true;
53 m_names.emplace_back(std::forward<NamesT>(value));
65 m_maxResultsHasBeenSet =
true;
81 template <
typename NextTokenT = Aws::String>
83 m_nextTokenHasBeenSet =
true;
84 m_nextToken = std::forward<NextTokenT>(value);
86 template <
typename NextTokenT = Aws::String>
94 bool m_namesHasBeenSet =
false;
97 bool m_maxResultsHasBeenSet =
false;
100 bool m_nextTokenHasBeenSet =
false;
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeImageBuildersRequest & WithNames(NamesT &&value)
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
bool NextTokenHasBeenSet() const
const Aws::Vector< Aws::String > & GetNames() const
AWS_APPSTREAM_API DescribeImageBuildersRequest()=default
virtual const char * GetServiceRequestName() const override
DescribeImageBuildersRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
void SetNames(NamesT &&value)
AWS_APPSTREAM_API Aws::String SerializePayload() const override
DescribeImageBuildersRequest & AddNames(NamesT &&value)
bool NamesHasBeenSet() const
void SetMaxResults(int value)
DescribeImageBuildersRequest & WithNextToken(NextTokenT &&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