7#include <aws/ds/DirectoryService_EXPORTS.h>
8#include <aws/ds/DirectoryServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace DirectoryService
43 template<
typename DirectoryIdT = Aws::String>
44 void SetDirectoryId(DirectoryIdT&& value) { m_directoryIdHasBeenSet =
true; m_directoryId = std::forward<DirectoryIdT>(value); }
45 template<
typename DirectoryIdT = Aws::String>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
69 inline int GetLimit()
const {
return m_limit; }
71 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
77 bool m_directoryIdHasBeenSet =
false;
80 bool m_nextTokenHasBeenSet =
false;
83 bool m_limitHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
ListCertificatesRequest & WithLimit(int value)
ListCertificatesRequest & WithDirectoryId(DirectoryIdT &&value)
ListCertificatesRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_DIRECTORYSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_DIRECTORYSERVICE_API Aws::String SerializePayload() const override
void SetDirectoryId(DirectoryIdT &&value)
bool DirectoryIdHasBeenSet() const
AWS_DIRECTORYSERVICE_API ListCertificatesRequest()=default
bool NextTokenHasBeenSet() const
bool LimitHasBeenSet() const
const Aws::String & GetDirectoryId() const
void SetNextToken(NextTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String