7#include <aws/swf/SWF_EXPORTS.h>
8#include <aws/swf/SWFRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/swf/model/RegistrationStatus.h>
51 template<
typename NextPageTokenT = Aws::String>
52 void SetNextPageToken(NextPageTokenT&& value) { m_nextPageTokenHasBeenSet =
true; m_nextPageToken = std::forward<NextPageTokenT>(value); }
53 template<
typename NextPageTokenT = Aws::String>
74 inline void SetMaximumPageSize(
int value) { m_maximumPageSizeHasBeenSet =
true; m_maximumPageSize = value; }
86 inline void SetReverseOrder(
bool value) { m_reverseOrderHasBeenSet =
true; m_reverseOrder = value; }
92 bool m_nextPageTokenHasBeenSet =
false;
95 bool m_registrationStatusHasBeenSet =
false;
97 int m_maximumPageSize{0};
98 bool m_maximumPageSizeHasBeenSet =
false;
100 bool m_reverseOrder{
false};
101 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