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 template <
typename NextTokenT = Aws::String>
67 m_nextTokenHasBeenSet =
true;
68 m_nextToken = std::forward<NextTokenT>(value);
70 template <
typename NextTokenT = Aws::String>
78 bool m_namesHasBeenSet =
false;
81 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
bool NamesHasBeenSet() const
const Aws::Vector< Aws::String > & GetNames() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
DescribeFleetsRequest & WithNextToken(NextTokenT &&value)
DescribeFleetsRequest & WithNames(NamesT &&value)
DescribeFleetsRequest & AddNames(NamesT &&value)
AWS_APPSTREAM_API Aws::String SerializePayload() const override
AWS_APPSTREAM_API DescribeFleetsRequest()=default
bool NextTokenHasBeenSet() const
void SetNames(NamesT &&value)
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
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