7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ivs-realtime/model/ParticipantReplica.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ReplicasT = Aws::Vector<ParticipantReplica>>
43 void SetReplicas(ReplicasT&& value) { m_replicasHasBeenSet =
true; m_replicas = std::forward<ReplicasT>(value); }
44 template<
typename ReplicasT = Aws::Vector<ParticipantReplica>>
46 template<
typename ReplicasT = ParticipantReplica>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_replicasHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
ListParticipantReplicasResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
const Aws::Vector< ParticipantReplica > & GetReplicas() const
ListParticipantReplicasResult & AddReplicas(ReplicasT &&value)
const Aws::String & GetRequestId() const
ListParticipantReplicasResult & WithReplicas(ReplicasT &&value)
void SetNextToken(NextTokenT &&value)
AWS_IVSREALTIME_API ListParticipantReplicasResult()=default
void SetReplicas(ReplicasT &&value)
AWS_IVSREALTIME_API ListParticipantReplicasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListParticipantReplicasResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_IVSREALTIME_API ListParticipantReplicasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue