7#include <aws/ds/DirectoryService_EXPORTS.h>
8#include <aws/ds/DirectoryServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace DirectoryService
51 template<
typename DirectoryIdsT = Aws::Vector<Aws::String>>
52 void SetDirectoryIds(DirectoryIdsT&& value) { m_directoryIdsHasBeenSet =
true; m_directoryIds = std::forward<DirectoryIdsT>(value); }
53 template<
typename DirectoryIdsT = Aws::Vector<Aws::String>>
55 template<
typename DirectoryIdsT = Aws::String>
66 template<
typename NextTokenT = Aws::String>
67 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
68 template<
typename NextTokenT = Aws::String>
77 inline int GetLimit()
const {
return m_limit; }
79 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
85 bool m_directoryIdsHasBeenSet =
false;
88 bool m_nextTokenHasBeenSet =
false;
91 bool m_limitHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetDirectoryIds() const
AWS_DIRECTORYSERVICE_API DescribeDirectoriesRequest()=default
DescribeDirectoriesRequest & AddDirectoryIds(DirectoryIdsT &&value)
bool LimitHasBeenSet() const
DescribeDirectoriesRequest & WithLimit(int value)
virtual const char * GetServiceRequestName() const override
AWS_DIRECTORYSERVICE_API Aws::String SerializePayload() const override
AWS_DIRECTORYSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetNextToken() const
DescribeDirectoriesRequest & WithDirectoryIds(DirectoryIdsT &&value)
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
void SetDirectoryIds(DirectoryIdsT &&value)
bool DirectoryIdsHasBeenSet() const
DescribeDirectoriesRequest & WithNextToken(NextTokenT &&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