7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
10#include <aws/gamelift/model/MatchmakingConfiguration.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename ConfigurationsT = Aws::Vector<MatchmakingConfiguration>>
39 m_configurationsHasBeenSet =
true;
40 m_configurations = std::forward<ConfigurationsT>(value);
42 template <
typename ConfigurationsT = Aws::Vector<MatchmakingConfiguration>>
47 template <
typename ConfigurationsT = MatchmakingConfiguration>
49 m_configurationsHasBeenSet =
true;
50 m_configurations.emplace_back(std::forward<ConfigurationsT>(value));
62 template <
typename NextTokenT = Aws::String>
64 m_nextTokenHasBeenSet =
true;
65 m_nextToken = std::forward<NextTokenT>(value);
67 template <
typename NextTokenT = Aws::String>
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
94 bool m_configurationsHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
96 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetNextToken() const
DescribeMatchmakingConfigurationsResult & WithNextToken(NextTokenT &&value)
DescribeMatchmakingConfigurationsResult & AddConfigurations(ConfigurationsT &&value)
void SetNextToken(NextTokenT &&value)
AWS_GAMELIFT_API DescribeMatchmakingConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
DescribeMatchmakingConfigurationsResult & WithRequestId(RequestIdT &&value)
DescribeMatchmakingConfigurationsResult & WithConfigurations(ConfigurationsT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< MatchmakingConfiguration > & GetConfigurations() const
AWS_GAMELIFT_API DescribeMatchmakingConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetConfigurations(ConfigurationsT &&value)
AWS_GAMELIFT_API DescribeMatchmakingConfigurationsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue