7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/chime/model/VoiceConnectorAwsRegion.h>
10#include <aws/core/utils/DateTime.h>
51 inline void SetVoiceConnectorId(
const char* value) { m_voiceConnectorIdHasBeenSet =
true; m_voiceConnectorId.assign(value); }
78 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
92 inline void SetOutboundHostName(
const char* value) { m_outboundHostNameHasBeenSet =
true; m_outboundHostName.assign(value); }
105 inline void SetRequireEncryption(
bool value) { m_requireEncryptionHasBeenSet =
true; m_requireEncryption = value; }
141 inline void SetVoiceConnectorArn(
const char* value) { m_voiceConnectorArnHasBeenSet =
true; m_voiceConnectorArn.assign(value); }
149 bool m_voiceConnectorIdHasBeenSet =
false;
152 bool m_awsRegionHasBeenSet =
false;
155 bool m_nameHasBeenSet =
false;
158 bool m_outboundHostNameHasBeenSet =
false;
160 bool m_requireEncryption;
161 bool m_requireEncryptionHasBeenSet =
false;
164 bool m_createdTimestampHasBeenSet =
false;
167 bool m_updatedTimestampHasBeenSet =
false;
170 bool m_voiceConnectorArnHasBeenSet =
false;
VoiceConnector & WithName(const char *value)
const Aws::Utils::DateTime & GetUpdatedTimestamp() const
VoiceConnector & WithVoiceConnectorId(const char *value)
VoiceConnector & WithOutboundHostName(const char *value)
VoiceConnector & WithVoiceConnectorId(Aws::String &&value)
bool AwsRegionHasBeenSet() const
bool UpdatedTimestampHasBeenSet() const
AWS_CHIME_API VoiceConnector()
void SetVoiceConnectorId(const char *value)
void SetVoiceConnectorId(Aws::String &&value)
void SetName(const char *value)
bool VoiceConnectorArnHasBeenSet() const
void SetName(const Aws::String &value)
void SetVoiceConnectorArn(const char *value)
bool CreatedTimestampHasBeenSet() const
bool VoiceConnectorIdHasBeenSet() const
VoiceConnector & WithVoiceConnectorArn(Aws::String &&value)
VoiceConnector & WithVoiceConnectorId(const Aws::String &value)
void SetName(Aws::String &&value)
AWS_CHIME_API VoiceConnector(Aws::Utils::Json::JsonView jsonValue)
void SetOutboundHostName(Aws::String &&value)
const Aws::String & GetVoiceConnectorId() const
const Aws::String & GetName() const
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetVoiceConnectorArn() const
void SetCreatedTimestamp(const Aws::Utils::DateTime &value)
AWS_CHIME_API VoiceConnector & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVoiceConnectorArn(const Aws::String &value)
VoiceConnector & WithName(Aws::String &&value)
void SetVoiceConnectorArn(Aws::String &&value)
VoiceConnector & WithVoiceConnectorArn(const char *value)
VoiceConnector & WithUpdatedTimestamp(const Aws::Utils::DateTime &value)
VoiceConnector & WithAwsRegion(const VoiceConnectorAwsRegion &value)
void SetUpdatedTimestamp(Aws::Utils::DateTime &&value)
VoiceConnector & WithRequireEncryption(bool value)
VoiceConnector & WithOutboundHostName(const Aws::String &value)
bool RequireEncryptionHasBeenSet() const
void SetRequireEncryption(bool value)
const VoiceConnectorAwsRegion & GetAwsRegion() const
void SetOutboundHostName(const Aws::String &value)
VoiceConnector & WithUpdatedTimestamp(Aws::Utils::DateTime &&value)
void SetVoiceConnectorId(const Aws::String &value)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
bool OutboundHostNameHasBeenSet() const
VoiceConnector & WithAwsRegion(VoiceConnectorAwsRegion &&value)
bool NameHasBeenSet() const
VoiceConnector & WithCreatedTimestamp(Aws::Utils::DateTime &&value)
bool GetRequireEncryption() const
void SetCreatedTimestamp(Aws::Utils::DateTime &&value)
VoiceConnector & WithCreatedTimestamp(const Aws::Utils::DateTime &value)
void SetOutboundHostName(const char *value)
VoiceConnector & WithOutboundHostName(Aws::String &&value)
void SetAwsRegion(const VoiceConnectorAwsRegion &value)
void SetAwsRegion(VoiceConnectorAwsRegion &&value)
VoiceConnector & WithName(const Aws::String &value)
const Aws::String & GetOutboundHostName() const
void SetUpdatedTimestamp(const Aws::Utils::DateTime &value)
VoiceConnector & WithVoiceConnectorArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue