7#include <aws/ds/DirectoryService_EXPORTS.h>
8#include <aws/ds/DirectoryServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace DirectoryService
51 template<
typename DirectoryIdT = Aws::String>
52 void SetDirectoryId(DirectoryIdT&& value) { m_directoryIdHasBeenSet =
true; m_directoryId = std::forward<DirectoryIdT>(value); }
53 template<
typename DirectoryIdT = Aws::String>
66 template<
typename TrustIdsT = Aws::Vector<Aws::String>>
67 void SetTrustIds(TrustIdsT&& value) { m_trustIdsHasBeenSet =
true; m_trustIds = std::forward<TrustIdsT>(value); }
68 template<
typename TrustIdsT = Aws::Vector<Aws::String>>
70 template<
typename TrustIdsT = Aws::String>
81 template<
typename NextTokenT = Aws::String>
82 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
83 template<
typename NextTokenT = Aws::String>
91 inline int GetLimit()
const {
return m_limit; }
93 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
99 bool m_directoryIdHasBeenSet =
false;
102 bool m_trustIdsHasBeenSet =
false;
105 bool m_nextTokenHasBeenSet =
false;
108 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