7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/swf/SWFRequest.h>
9#include <aws/swf/SWF_EXPORTS.h>
10#include <aws/swf/model/RegistrationStatus.h>
47 template <
typename NextPageTokenT = Aws::String>
49 m_nextPageTokenHasBeenSet =
true;
50 m_nextPageToken = std::forward<NextPageTokenT>(value);
52 template <
typename NextPageTokenT = Aws::String>
66 m_registrationStatusHasBeenSet =
true;
67 m_registrationStatus = value;
83 m_maximumPageSizeHasBeenSet =
true;
84 m_maximumPageSize = value;
101 m_reverseOrderHasBeenSet =
true;
102 m_reverseOrder = value;
114 int m_maximumPageSize{0};
116 bool m_reverseOrder{
false};
117 bool m_nextPageTokenHasBeenSet =
false;
118 bool m_registrationStatusHasBeenSet =
false;
119 bool m_maximumPageSizeHasBeenSet =
false;
120 bool m_reverseOrderHasBeenSet =
false;
RegistrationStatus GetRegistrationStatus() const
bool NextPageTokenHasBeenSet() const
const Aws::String & GetNextPageToken() const
void SetRegistrationStatus(RegistrationStatus value)
AWS_SWF_API ListDomainsRequest()=default
bool RegistrationStatusHasBeenSet() const
bool MaximumPageSizeHasBeenSet() const
ListDomainsRequest & WithRegistrationStatus(RegistrationStatus value)
int GetMaximumPageSize() const
ListDomainsRequest & WithNextPageToken(NextPageTokenT &&value)
ListDomainsRequest & WithMaximumPageSize(int value)
AWS_SWF_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool GetReverseOrder() const
bool ReverseOrderHasBeenSet() const
void SetReverseOrder(bool value)
void SetNextPageToken(NextPageTokenT &&value)
AWS_SWF_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaximumPageSize(int value)
ListDomainsRequest & WithReverseOrder(bool value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String