7#include <aws/appstream/AppStreamRequest.h>
8#include <aws/appstream/AppStream_EXPORTS.h>
9#include <aws/appstream/model/VisibilityType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename NamesT = Aws::Vector<Aws::String>>
43 m_namesHasBeenSet =
true;
44 m_names = std::forward<NamesT>(value);
46 template <
typename NamesT = Aws::Vector<Aws::String>>
48 SetNames(std::forward<NamesT>(value));
51 template <
typename NamesT = Aws::String>
53 m_namesHasBeenSet =
true;
54 m_names.emplace_back(std::forward<NamesT>(value));
65 template <
typename ArnsT = Aws::Vector<Aws::String>>
67 m_arnsHasBeenSet =
true;
68 m_arns = std::forward<ArnsT>(value);
70 template <
typename ArnsT = Aws::Vector<Aws::String>>
72 SetArns(std::forward<ArnsT>(value));
75 template <
typename ArnsT = Aws::String>
77 m_arnsHasBeenSet =
true;
78 m_arns.emplace_back(std::forward<ArnsT>(value));
90 m_typeHasBeenSet =
true;
106 template <
typename NextTokenT = Aws::String>
108 m_nextTokenHasBeenSet =
true;
109 m_nextToken = std::forward<NextTokenT>(value);
111 template <
typename NextTokenT = Aws::String>
125 m_maxResultsHasBeenSet =
true;
126 m_maxResults = value;
143 bool m_namesHasBeenSet =
false;
144 bool m_arnsHasBeenSet =
false;
145 bool m_typeHasBeenSet =
false;
146 bool m_nextTokenHasBeenSet =
false;
147 bool m_maxResultsHasBeenSet =
false;
AWS_APPSTREAM_API DescribeImagesRequest()=default
int GetMaxResults() const
void SetNames(NamesT &&value)
bool MaxResultsHasBeenSet() const
DescribeImagesRequest & WithArns(ArnsT &&value)
void SetArns(ArnsT &&value)
void SetNextToken(NextTokenT &&value)
bool ArnsHasBeenSet() const
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DescribeImagesRequest & WithMaxResults(int value)
bool TypeHasBeenSet() const
bool NamesHasBeenSet() const
DescribeImagesRequest & AddArns(ArnsT &&value)
VisibilityType GetType() const
const Aws::Vector< Aws::String > & GetNames() const
DescribeImagesRequest & WithNames(NamesT &&value)
DescribeImagesRequest & AddNames(NamesT &&value)
const Aws::String & GetNextToken() const
AWS_APPSTREAM_API Aws::String SerializePayload() const override
void SetType(VisibilityType value)
void SetMaxResults(int value)
DescribeImagesRequest & WithNextToken(NextTokenT &&value)
const Aws::Vector< Aws::String > & GetArns() const
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeImagesRequest & WithType(VisibilityType 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