7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/DeadlineRequest.h>
9#include <aws/deadline/Deadline_EXPORTS.h>
47 template <
typename NextTokenT = Aws::String>
49 m_nextTokenHasBeenSet =
true;
50 m_nextToken = std::forward<NextTokenT>(value);
52 template <
typename NextTokenT = Aws::String>
67 m_maxResultsHasBeenSet =
true;
82 template <
typename PrincipalIdT = Aws::String>
84 m_principalIdHasBeenSet =
true;
85 m_principalId = std::forward<PrincipalIdT>(value);
87 template <
typename PrincipalIdT = Aws::String>
99 bool m_nextTokenHasBeenSet =
false;
100 bool m_maxResultsHasBeenSet =
false;
101 bool m_principalIdHasBeenSet =
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