7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/connectparticipant/ConnectParticipantRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/connectparticipant/model/ConnectionType.h>
16namespace ConnectParticipant
47 template<
typename TypeT = Aws::Vector<ConnectionType>>
48 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
49 template<
typename TypeT = Aws::Vector<ConnectionType>>
62 template<
typename ParticipantTokenT = Aws::String>
63 void SetParticipantToken(ParticipantTokenT&& value) { m_participantTokenHasBeenSet =
true; m_participantToken = std::forward<ParticipantTokenT>(value); }
64 template<
typename ParticipantTokenT = Aws::String>
76 inline void SetConnectParticipant(
bool value) { m_connectParticipantHasBeenSet =
true; m_connectParticipant = value; }
82 bool m_typeHasBeenSet =
false;
85 bool m_participantTokenHasBeenSet =
false;
87 bool m_connectParticipant{
false};
88 bool m_connectParticipantHasBeenSet =
false;
AWS_CONNECTPARTICIPANT_API Aws::String SerializePayload() const override
bool ConnectParticipantHasBeenSet() const
CreateParticipantConnectionRequest & WithConnectParticipant(bool value)
const Aws::String & GetParticipantToken() const
const Aws::Vector< ConnectionType > & GetType() const
AWS_CONNECTPARTICIPANT_API CreateParticipantConnectionRequest()=default
void SetConnectParticipant(bool value)
CreateParticipantConnectionRequest & AddType(ConnectionType value)
bool ParticipantTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetParticipantToken(ParticipantTokenT &&value)
CreateParticipantConnectionRequest & WithParticipantToken(ParticipantTokenT &&value)
AWS_CONNECTPARTICIPANT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool GetConnectParticipant() const
bool TypeHasBeenSet() const
CreateParticipantConnectionRequest & WithType(TypeT &&value)
void SetType(TypeT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector