7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/gameliftstreams/GameLiftStreams_EXPORTS.h>
10#include <aws/gameliftstreams/model/LocationState.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace GameLiftStreams {
41 template <
typename IdentifierT = Aws::String>
43 m_identifierHasBeenSet =
true;
44 m_identifier = std::forward<IdentifierT>(value);
46 template <
typename IdentifierT = Aws::String>
69 template <
typename LocationsT = Aws::Vector<LocationState>>
71 m_locationsHasBeenSet =
true;
72 m_locations = std::forward<LocationsT>(value);
74 template <
typename LocationsT = Aws::Vector<LocationState>>
79 template <
typename LocationsT = LocationState>
81 m_locationsHasBeenSet =
true;
82 m_locations.emplace_back(std::forward<LocationsT>(value));
90 template <
typename RequestIdT = Aws::String>
92 m_requestIdHasBeenSet =
true;
93 m_requestId = std::forward<RequestIdT>(value);
95 template <
typename RequestIdT = Aws::String>
107 bool m_identifierHasBeenSet =
false;
108 bool m_locationsHasBeenSet =
false;
109 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_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