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;
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