7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/deadline/DeadlineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename NextTokenT = Aws::String>
49 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
50 template<
typename NextTokenT = Aws::String>
60 template<
typename PrincipalIdT = Aws::String>
61 void SetPrincipalId(PrincipalIdT&& value) { m_principalIdHasBeenSet =
true; m_principalId = std::forward<PrincipalIdT>(value); }
62 template<
typename PrincipalIdT = Aws::String>
73 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_principalIdHasBeenSet =
false;
85 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