7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename BuildIdT = Aws::String>
46 void SetBuildId(BuildIdT&& value) { m_buildIdHasBeenSet =
true; m_buildId = std::forward<BuildIdT>(value); }
47 template<
typename BuildIdT = Aws::String>
59 template<
typename ScriptIdT = Aws::String>
60 void SetScriptId(ScriptIdT&& value) { m_scriptIdHasBeenSet =
true; m_scriptId = std::forward<ScriptIdT>(value); }
61 template<
typename ScriptIdT = Aws::String>
70 inline int GetLimit()
const {
return m_limit; }
72 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
84 template<
typename NextTokenT = Aws::String>
85 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
86 template<
typename NextTokenT = Aws::String>
92 bool m_buildIdHasBeenSet =
false;
95 bool m_scriptIdHasBeenSet =
false;
98 bool m_limitHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
AWS_GAMELIFT_API ListFleetsRequest()=default
const Aws::String & GetBuildId() const
void SetScriptId(ScriptIdT &&value)
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetScriptId() const
bool NextTokenHasBeenSet() const
ListFleetsRequest & WithLimit(int value)
void SetNextToken(NextTokenT &&value)
bool BuildIdHasBeenSet() const
void SetBuildId(BuildIdT &&value)
bool ScriptIdHasBeenSet() const
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
ListFleetsRequest & WithNextToken(NextTokenT &&value)
bool LimitHasBeenSet() const
AWS_GAMELIFT_API Aws::String SerializePayload() const override
ListFleetsRequest & WithScriptId(ScriptIdT &&value)
ListFleetsRequest & WithBuildId(BuildIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String