7#include <aws/gameliftstreams/GameLiftStreams_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/gameliftstreams/model/LocationState.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace GameLiftStreams
47 template<
typename IdentifierT = Aws::String>
48 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
49 template<
typename IdentifierT = Aws::String>
68 template<
typename LocationsT = Aws::Vector<LocationState>>
69 void SetLocations(LocationsT&& value) { m_locationsHasBeenSet =
true; m_locations = std::forward<LocationsT>(value); }
70 template<
typename LocationsT = Aws::Vector<LocationState>>
72 template<
typename LocationsT = LocationState>
79 template<
typename RequestIdT = Aws::String>
80 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
81 template<
typename RequestIdT = Aws::String>
87 bool m_identifierHasBeenSet =
false;
90 bool m_locationsHasBeenSet =
false;
93 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