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 DirectoryNamesT = Aws::Vector<Aws::String>>
45 void SetDirectoryNames(DirectoryNamesT&& value) { m_directoryNamesHasBeenSet =
true; m_directoryNames = std::forward<DirectoryNamesT>(value); }
46 template<
typename DirectoryNamesT = Aws::Vector<Aws::String>>
48 template<
typename DirectoryNamesT = Aws::String>
58 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
77 bool m_directoryNamesHasBeenSet =
false;
80 bool m_maxResultsHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetDirectoryNames() const
virtual const char * GetServiceRequestName() const override
DescribeDirectoryConfigsRequest & WithDirectoryNames(DirectoryNamesT &&value)
int GetMaxResults() const
DescribeDirectoryConfigsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
DescribeDirectoryConfigsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNextToken(NextTokenT &&value)
AWS_APPSTREAM_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
DescribeDirectoryConfigsRequest & AddDirectoryNames(DirectoryNamesT &&value)
bool DirectoryNamesHasBeenSet() const
AWS_APPSTREAM_API DescribeDirectoryConfigsRequest()=default
void SetDirectoryNames(DirectoryNamesT &&value)
bool NextTokenHasBeenSet() 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