7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/gameliftstreams/GameLiftStreams_EXPORTS.h>
11#include <aws/gameliftstreams/model/LocationState.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace GameLiftStreams {
42 template <
typename IdentifierT = Aws::String>
44 m_identifierHasBeenSet =
true;
45 m_identifier = std::forward<IdentifierT>(value);
47 template <
typename IdentifierT = Aws::String>
70 template <
typename LocationsT = Aws::Vector<LocationState>>
72 m_locationsHasBeenSet =
true;
73 m_locations = std::forward<LocationsT>(value);
75 template <
typename LocationsT = Aws::Vector<LocationState>>
80 template <
typename LocationsT = LocationState>
82 m_locationsHasBeenSet =
true;
83 m_locations.emplace_back(std::forward<LocationsT>(value));
91 template <
typename RequestIdT = Aws::String>
93 m_requestIdHasBeenSet =
true;
94 m_requestId = std::forward<RequestIdT>(value);
96 template <
typename RequestIdT = Aws::String>
111 bool m_identifierHasBeenSet =
false;
112 bool m_locationsHasBeenSet =
false;
113 bool m_requestIdHasBeenSet =
false;
AWS_GAMELIFTSTREAMS_API AddStreamGroupLocationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AddStreamGroupLocationsResult & AddLocations(LocationsT &&value)
const Aws::Vector< LocationState > & GetLocations() const
AWS_GAMELIFTSTREAMS_API AddStreamGroupLocationsResult()=default
AddStreamGroupLocationsResult & WithLocations(LocationsT &&value)
AddStreamGroupLocationsResult & WithRequestId(RequestIdT &&value)
AddStreamGroupLocationsResult & WithIdentifier(IdentifierT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_GAMELIFTSTREAMS_API AddStreamGroupLocationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLocations(LocationsT &&value)
void SetIdentifier(IdentifierT &&value)
const Aws::String & GetIdentifier() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue