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 DirectoryIdT = Aws::String>
49 m_directoryIdHasBeenSet =
true;
50 m_directoryId = std::forward<DirectoryIdT>(value);
52 template <
typename DirectoryIdT = Aws::String>
68 template <
typename TrustIdsT = Aws::Vector<Aws::String>>
70 m_trustIdsHasBeenSet =
true;
71 m_trustIds = std::forward<TrustIdsT>(value);
73 template <
typename TrustIdsT = Aws::Vector<Aws::String>>
78 template <
typename TrustIdsT = Aws::String>
80 m_trustIdsHasBeenSet =
true;
81 m_trustIds.emplace_back(std::forward<TrustIdsT>(value));
93 template <
typename NextTokenT = Aws::String>
95 m_nextTokenHasBeenSet =
true;
96 m_nextToken = std::forward<NextTokenT>(value);
98 template <
typename NextTokenT = Aws::String>
112 m_limitHasBeenSet =
true;
128 bool m_directoryIdHasBeenSet =
false;
129 bool m_trustIdsHasBeenSet =
false;
130 bool m_nextTokenHasBeenSet =
false;
131 bool m_limitHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
void SetDirectoryId(DirectoryIdT &&value)
const Aws::String & GetDirectoryId() const
const Aws::String & GetNextToken() const
DescribeTrustsRequest & WithTrustIds(TrustIdsT &&value)
bool LimitHasBeenSet() const
bool TrustIdsHasBeenSet() const
AWS_DIRECTORYSERVICE_API Aws::String SerializePayload() const override
DescribeTrustsRequest & AddTrustIds(TrustIdsT &&value)
DescribeTrustsRequest & WithNextToken(NextTokenT &&value)
AWS_DIRECTORYSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTrustIds(TrustIdsT &&value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
bool DirectoryIdHasBeenSet() const
DescribeTrustsRequest & WithLimit(int value)
const Aws::Vector< Aws::String > & GetTrustIds() const
AWS_DIRECTORYSERVICE_API DescribeTrustsRequest()=default
DescribeTrustsRequest & WithDirectoryId(DirectoryIdT &&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