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 DirectoryNamesT = Aws::Vector<Aws::String>>
42 m_directoryNamesHasBeenSet =
true;
43 m_directoryNames = std::forward<DirectoryNamesT>(value);
45 template <
typename DirectoryNamesT = Aws::Vector<Aws::String>>
50 template <
typename DirectoryNamesT = Aws::String>
52 m_directoryNamesHasBeenSet =
true;
53 m_directoryNames.emplace_back(std::forward<DirectoryNamesT>(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_directoryNamesHasBeenSet =
false;
97 bool m_maxResultsHasBeenSet =
false;
100 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