7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/gamelift/GameLiftRequest.h>
10#include <aws/gamelift/GameLift_EXPORTS.h>
42 template <
typename NamesT = Aws::Vector<Aws::String>>
44 m_namesHasBeenSet =
true;
45 m_names = std::forward<NamesT>(value);
47 template <
typename NamesT = Aws::Vector<Aws::String>>
49 SetNames(std::forward<NamesT>(value));
52 template <
typename NamesT = Aws::String>
54 m_namesHasBeenSet =
true;
55 m_names.emplace_back(std::forward<NamesT>(value));
65 inline int GetLimit()
const {
return m_limit; }
68 m_limitHasBeenSet =
true;
85 template <
typename NextTokenT = Aws::String>
87 m_nextTokenHasBeenSet =
true;
88 m_nextToken = std::forward<NextTokenT>(value);
90 template <
typename NextTokenT = Aws::String>
98 bool m_namesHasBeenSet =
false;
101 bool m_limitHasBeenSet =
false;
104 bool m_nextTokenHasBeenSet =
false;
DescribeMatchmakingRuleSetsRequest & WithNames(NamesT &&value)
DescribeMatchmakingRuleSetsRequest & WithLimit(int value)
void SetNextToken(NextTokenT &&value)
const Aws::Vector< Aws::String > & GetNames() const
bool NamesHasBeenSet() const
bool LimitHasBeenSet() const
AWS_GAMELIFT_API DescribeMatchmakingRuleSetsRequest()=default
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeMatchmakingRuleSetsRequest & AddNames(NamesT &&value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
DescribeMatchmakingRuleSetsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetNames(NamesT &&value)
bool NextTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector