7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/DeadlineRequest.h>
9#include <aws/deadline/Deadline_EXPORTS.h>
43 template <
typename NextTokenT = Aws::String>
45 m_nextTokenHasBeenSet =
true;
46 m_nextToken = std::forward<NextTokenT>(value);
48 template <
typename NextTokenT = Aws::String>
61 template <
typename PrincipalIdT = Aws::String>
63 m_principalIdHasBeenSet =
true;
64 m_principalId = std::forward<PrincipalIdT>(value);
66 template <
typename PrincipalIdT = Aws::String>
81 m_maxResultsHasBeenSet =
true;
95 bool m_nextTokenHasBeenSet =
false;
96 bool m_principalIdHasBeenSet =
false;
97 bool m_maxResultsHasBeenSet =
false;
ListFarmsRequest & WithPrincipalId(PrincipalIdT &&value)
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
ListFarmsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
AWS_DEADLINE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool PrincipalIdHasBeenSet() const
const Aws::String & GetPrincipalId() const
bool MaxResultsHasBeenSet() const
void SetPrincipalId(PrincipalIdT &&value)
ListFarmsRequest & WithMaxResults(int value)
AWS_DEADLINE_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
AWS_DEADLINE_API ListFarmsRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String