7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ds/DirectoryServiceRequest.h>
10#include <aws/ds/DirectoryService_EXPORTS.h>
15namespace DirectoryService {
47 template <
typename DirectoryIdsT = Aws::Vector<Aws::String>>
49 m_directoryIdsHasBeenSet =
true;
50 m_directoryIds = std::forward<DirectoryIdsT>(value);
52 template <
typename DirectoryIdsT = Aws::Vector<Aws::String>>
57 template <
typename DirectoryIdsT = Aws::String>
59 m_directoryIdsHasBeenSet =
true;
60 m_directoryIds.emplace_back(std::forward<DirectoryIdsT>(value));
72 template <
typename NextTokenT = Aws::String>
74 m_nextTokenHasBeenSet =
true;
75 m_nextToken = std::forward<NextTokenT>(value);
77 template <
typename NextTokenT = Aws::String>
89 inline int GetLimit()
const {
return m_limit; }
92 m_limitHasBeenSet =
true;
106 bool m_directoryIdsHasBeenSet =
false;
107 bool m_nextTokenHasBeenSet =
false;
108 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