7#include <aws/kinesis-video-signaling/KinesisVideoSignalingChannels_EXPORTS.h>
8#include <aws/kinesis-video-signaling/KinesisVideoSignalingChannelsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/kinesis-video-signaling/model/Service.h>
15namespace KinesisVideoSignalingChannels
45 inline void SetChannelARN(
const char* value) { m_channelARNHasBeenSet =
true; m_channelARN.assign(value); }
60 inline void SetClientId(
const char* value) { m_clientIdHasBeenSet =
true; m_clientId.assign(value); }
73 inline void SetService(
const Service& value) { m_serviceHasBeenSet =
true; m_service = value; }
74 inline void SetService(
Service&& value) { m_serviceHasBeenSet =
true; m_service = std::move(value); }
87 inline void SetUsername(
const char* value) { m_usernameHasBeenSet =
true; m_username.assign(value); }
95 bool m_channelARNHasBeenSet =
false;
98 bool m_clientIdHasBeenSet =
false;
101 bool m_serviceHasBeenSet =
false;
104 bool m_usernameHasBeenSet =
false;
void SetChannelARN(Aws::String &&value)
GetIceServerConfigRequest & WithClientId(const char *value)
void SetClientId(Aws::String &&value)
GetIceServerConfigRequest & WithUsername(const char *value)
bool ServiceHasBeenSet() const
GetIceServerConfigRequest & WithClientId(Aws::String &&value)
AWS_KINESISVIDEOSIGNALINGCHANNELS_API Aws::String SerializePayload() const override
GetIceServerConfigRequest & WithClientId(const Aws::String &value)
const Aws::String & GetChannelARN() const
GetIceServerConfigRequest & WithChannelARN(const char *value)
void SetClientId(const char *value)
AWS_KINESISVIDEOSIGNALINGCHANNELS_API GetIceServerConfigRequest()
GetIceServerConfigRequest & WithUsername(Aws::String &&value)
bool UsernameHasBeenSet() const
bool ChannelARNHasBeenSet() const
void SetService(Service &&value)
const Aws::String & GetClientId() const
void SetService(const Service &value)
GetIceServerConfigRequest & WithService(Service &&value)
void SetChannelARN(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
const Service & GetService() const
void SetChannelARN(const char *value)
bool ClientIdHasBeenSet() const
GetIceServerConfigRequest & WithService(const Service &value)
void SetUsername(Aws::String &&value)
void SetClientId(const Aws::String &value)
void SetUsername(const char *value)
GetIceServerConfigRequest & WithChannelARN(const Aws::String &value)
GetIceServerConfigRequest & WithUsername(const Aws::String &value)
void SetUsername(const Aws::String &value)
const Aws::String & GetUsername() const
GetIceServerConfigRequest & WithChannelARN(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String