7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetApplicationId(
const char* value) { m_applicationIdHasBeenSet =
true; m_applicationId.assign(value); }
65 inline void SetCreationDate(
const char* value) { m_creationDateHasBeenSet =
true; m_creationDate.assign(value); }
77 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
87 inline void SetHasCredential(
bool value) { m_hasCredentialHasBeenSet =
true; m_hasCredential = value; }
99 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
100 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
112 inline void SetIsArchived(
bool value) { m_isArchivedHasBeenSet =
true; m_isArchived = value; }
124 inline void SetLastModifiedBy(
const char* value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy.assign(value); }
139 inline void SetLastModifiedDate(
const char* value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate.assign(value); }
154 inline void SetPlatform(
const char* value) { m_platformHasBeenSet =
true; m_platform.assign(value); }
166 inline void SetVersion(
int value) { m_versionHasBeenSet =
true; m_version = value; }
172 bool m_applicationIdHasBeenSet =
false;
175 bool m_creationDateHasBeenSet =
false;
178 bool m_enabledHasBeenSet =
false;
180 bool m_hasCredential;
181 bool m_hasCredentialHasBeenSet =
false;
184 bool m_idHasBeenSet =
false;
187 bool m_isArchivedHasBeenSet =
false;
190 bool m_lastModifiedByHasBeenSet =
false;
193 bool m_lastModifiedDateHasBeenSet =
false;
196 bool m_platformHasBeenSet =
false;
199 bool m_versionHasBeenSet =
false;
bool IdHasBeenSet() const
const Aws::String & GetId() const
AWS_PINPOINT_API VoiceChannelResponse()
const Aws::String & GetPlatform() const
void SetApplicationId(Aws::String &&value)
VoiceChannelResponse & WithPlatform(Aws::String &&value)
void SetLastModifiedDate(const char *value)
VoiceChannelResponse & WithVersion(int value)
void SetLastModifiedDate(Aws::String &&value)
void SetApplicationId(const Aws::String &value)
bool GetIsArchived() const
VoiceChannelResponse & WithPlatform(const char *value)
void SetCreationDate(const Aws::String &value)
void SetHasCredential(bool value)
VoiceChannelResponse & WithLastModifiedDate(const char *value)
void SetLastModifiedBy(Aws::String &&value)
VoiceChannelResponse & WithEnabled(bool value)
VoiceChannelResponse & WithCreationDate(const char *value)
void SetLastModifiedDate(const Aws::String &value)
bool CreationDateHasBeenSet() const
VoiceChannelResponse & WithCreationDate(const Aws::String &value)
bool LastModifiedByHasBeenSet() const
bool ApplicationIdHasBeenSet() const
VoiceChannelResponse & WithLastModifiedBy(Aws::String &&value)
void SetIsArchived(bool value)
bool LastModifiedDateHasBeenSet() const
bool EnabledHasBeenSet() const
VoiceChannelResponse & WithLastModifiedBy(const char *value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
VoiceChannelResponse & WithId(const Aws::String &value)
bool VersionHasBeenSet() const
void SetId(const char *value)
VoiceChannelResponse & WithPlatform(const Aws::String &value)
const Aws::String & GetApplicationId() const
const Aws::String & GetCreationDate() const
VoiceChannelResponse & WithHasCredential(bool value)
VoiceChannelResponse & WithIsArchived(bool value)
void SetId(const Aws::String &value)
VoiceChannelResponse & WithApplicationId(const char *value)
bool IsArchivedHasBeenSet() const
void SetEnabled(bool value)
AWS_PINPOINT_API VoiceChannelResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
VoiceChannelResponse & WithLastModifiedBy(const Aws::String &value)
VoiceChannelResponse & WithId(Aws::String &&value)
void SetCreationDate(Aws::String &&value)
const Aws::String & GetLastModifiedDate() const
void SetLastModifiedBy(const char *value)
VoiceChannelResponse & WithId(const char *value)
void SetCreationDate(const char *value)
VoiceChannelResponse & WithApplicationId(const Aws::String &value)
void SetPlatform(Aws::String &&value)
void SetId(Aws::String &&value)
bool PlatformHasBeenSet() const
bool HasCredentialHasBeenSet() const
void SetVersion(int value)
VoiceChannelResponse & WithLastModifiedDate(const Aws::String &value)
AWS_PINPOINT_API VoiceChannelResponse(Aws::Utils::Json::JsonView jsonValue)
void SetApplicationId(const char *value)
bool GetHasCredential() const
VoiceChannelResponse & WithCreationDate(Aws::String &&value)
VoiceChannelResponse & WithLastModifiedDate(Aws::String &&value)
void SetPlatform(const Aws::String &value)
const Aws::String & GetLastModifiedBy() const
VoiceChannelResponse & WithApplicationId(Aws::String &&value)
void SetPlatform(const char *value)
void SetLastModifiedBy(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue