7#include <aws/connectparticipant/ConnectParticipantRequest.h>
8#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
9#include <aws/connectparticipant/model/ConnectionType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace ConnectParticipant {
43 template <
typename TypeT = Aws::Vector<ConnectionType>>
45 m_typeHasBeenSet =
true;
46 m_type = std::forward<TypeT>(value);
48 template <
typename TypeT = Aws::Vector<ConnectionType>>
50 SetType(std::forward<TypeT>(value));
54 m_typeHasBeenSet =
true;
55 m_type.push_back(value);
68 template <
typename ParticipantTokenT = Aws::String>
70 m_participantTokenHasBeenSet =
true;
71 m_participantToken = std::forward<ParticipantTokenT>(value);
73 template <
typename ParticipantTokenT = Aws::String>
89 m_connectParticipantHasBeenSet =
true;
90 m_connectParticipant = value;
99 bool m_typeHasBeenSet =
false;
102 bool m_participantTokenHasBeenSet =
false;
104 bool m_connectParticipant{
false};
105 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