7#include <aws/kinesis-video-signaling/KinesisVideoSignalingChannels_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace KinesisVideoSignalingChannels
56 inline IceServer&
AddUris(
const char* value) { m_urisHasBeenSet =
true; m_uris.push_back(value);
return *
this; }
67 inline void SetUsername(
const char* value) { m_usernameHasBeenSet =
true; m_username.assign(value); }
81 inline void SetPassword(
const char* value) { m_passwordHasBeenSet =
true; m_password.assign(value); }
92 inline int GetTtl()
const{
return m_ttl; }
94 inline void SetTtl(
int value) { m_ttlHasBeenSet =
true; m_ttl = value; }
100 bool m_urisHasBeenSet =
false;
103 bool m_usernameHasBeenSet =
false;
106 bool m_passwordHasBeenSet =
false;
109 bool m_ttlHasBeenSet =
false;
AWS_KINESISVIDEOSIGNALINGCHANNELS_API IceServer()
const Aws::String & GetUsername() const
IceServer & WithUsername(const Aws::String &value)
void SetPassword(const Aws::String &value)
void SetUsername(const char *value)
IceServer & WithUris(Aws::Vector< Aws::String > &&value)
IceServer & WithPassword(const Aws::String &value)
const Aws::Vector< Aws::String > & GetUris() const
AWS_KINESISVIDEOSIGNALINGCHANNELS_API IceServer(Aws::Utils::Json::JsonView jsonValue)
void SetUsername(const Aws::String &value)
IceServer & WithUris(const Aws::Vector< Aws::String > &value)
void SetUris(Aws::Vector< Aws::String > &&value)
AWS_KINESISVIDEOSIGNALINGCHANNELS_API Aws::Utils::Json::JsonValue Jsonize() const
bool PasswordHasBeenSet() const
IceServer & AddUris(const Aws::String &value)
IceServer & WithUsername(const char *value)
bool TtlHasBeenSet() const
IceServer & AddUris(Aws::String &&value)
void SetPassword(Aws::String &&value)
const Aws::String & GetPassword() const
IceServer & AddUris(const char *value)
AWS_KINESISVIDEOSIGNALINGCHANNELS_API IceServer & operator=(Aws::Utils::Json::JsonView jsonValue)
IceServer & WithPassword(Aws::String &&value)
IceServer & WithUsername(Aws::String &&value)
bool UsernameHasBeenSet() const
IceServer & WithTtl(int value)
IceServer & WithPassword(const char *value)
bool UrisHasBeenSet() const
void SetUris(const Aws::Vector< Aws::String > &value)
void SetPassword(const char *value)
void SetUsername(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue