7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ParticipantTokenCredentials.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
43 template<
typename ParticipantCredentialsT = ParticipantTokenCredentials>
44 void SetParticipantCredentials(ParticipantCredentialsT&& value) { m_participantCredentialsHasBeenSet =
true; m_participantCredentials = std::forward<ParticipantCredentialsT>(value); }
45 template<
typename ParticipantCredentialsT = ParticipantTokenCredentials>
55 template<
typename ParticipantIdT = Aws::String>
56 void SetParticipantId(ParticipantIdT&& value) { m_participantIdHasBeenSet =
true; m_participantId = std::forward<ParticipantIdT>(value); }
57 template<
typename ParticipantIdT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_participantCredentialsHasBeenSet =
false;
75 bool m_participantIdHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
CreateParticipantResult & WithRequestId(RequestIdT &&value)
CreateParticipantResult & WithParticipantCredentials(ParticipantCredentialsT &&value)
const ParticipantTokenCredentials & GetParticipantCredentials() const
AWS_CONNECT_API CreateParticipantResult()=default
const Aws::String & GetRequestId() const
AWS_CONNECT_API CreateParticipantResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateParticipantResult & WithParticipantId(ParticipantIdT &&value)
AWS_CONNECT_API CreateParticipantResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetParticipantId() const
void SetParticipantId(ParticipantIdT &&value)
void SetParticipantCredentials(ParticipantCredentialsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue