7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ApplicationIdT = Aws::String>
49 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
50 template<
typename ApplicationIdT = Aws::String>
61 template<
typename CreationDateT = Aws::String>
62 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
63 template<
typename CreationDateT = Aws::String>
73 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
83 inline void SetHasCredential(
bool value) { m_hasCredentialHasBeenSet =
true; m_hasCredential = value; }
94 template<
typename IdT = Aws::String>
95 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
96 template<
typename IdT = Aws::String>
106 inline void SetIsArchived(
bool value) { m_isArchivedHasBeenSet =
true; m_isArchived = value; }
116 template<
typename LastModifiedByT = Aws::String>
117 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
118 template<
typename LastModifiedByT = Aws::String>
129 template<
typename LastModifiedDateT = Aws::String>
130 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
131 template<
typename LastModifiedDateT = Aws::String>
142 template<
typename PlatformT = Aws::String>
143 void SetPlatform(PlatformT&& value) { m_platformHasBeenSet =
true; m_platform = std::forward<PlatformT>(value); }
144 template<
typename PlatformT = Aws::String>
154 inline void SetVersion(
int value) { m_versionHasBeenSet =
true; m_version = value; }
160 bool m_applicationIdHasBeenSet =
false;
163 bool m_creationDateHasBeenSet =
false;
165 bool m_enabled{
false};
166 bool m_enabledHasBeenSet =
false;
168 bool m_hasCredential{
false};
169 bool m_hasCredentialHasBeenSet =
false;
172 bool m_idHasBeenSet =
false;
174 bool m_isArchived{
false};
175 bool m_isArchivedHasBeenSet =
false;
178 bool m_lastModifiedByHasBeenSet =
false;
181 bool m_lastModifiedDateHasBeenSet =
false;
184 bool m_platformHasBeenSet =
false;
187 bool m_versionHasBeenSet =
false;
bool IdHasBeenSet() const
const Aws::String & GetId() const
const Aws::String & GetPlatform() const
void SetCreationDate(CreationDateT &&value)
VoiceChannelResponse & WithVersion(int value)
AWS_PINPOINT_API VoiceChannelResponse()=default
bool GetIsArchived() const
void SetHasCredential(bool value)
VoiceChannelResponse & WithEnabled(bool value)
void SetPlatform(PlatformT &&value)
bool CreationDateHasBeenSet() const
bool LastModifiedByHasBeenSet() const
bool ApplicationIdHasBeenSet() const
VoiceChannelResponse & WithId(IdT &&value)
void SetIsArchived(bool value)
bool LastModifiedDateHasBeenSet() const
void SetApplicationId(ApplicationIdT &&value)
bool EnabledHasBeenSet() const
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
bool VersionHasBeenSet() const
const Aws::String & GetApplicationId() const
const Aws::String & GetCreationDate() const
VoiceChannelResponse & WithHasCredential(bool value)
VoiceChannelResponse & WithIsArchived(bool value)
VoiceChannelResponse & WithApplicationId(ApplicationIdT &&value)
VoiceChannelResponse & WithLastModifiedBy(LastModifiedByT &&value)
VoiceChannelResponse & WithLastModifiedDate(LastModifiedDateT &&value)
bool IsArchivedHasBeenSet() const
void SetEnabled(bool value)
AWS_PINPOINT_API VoiceChannelResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
VoiceChannelResponse & WithPlatform(PlatformT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
const Aws::String & GetLastModifiedDate() const
bool PlatformHasBeenSet() const
bool HasCredentialHasBeenSet() const
void SetVersion(int value)
void SetLastModifiedDate(LastModifiedDateT &&value)
AWS_PINPOINT_API VoiceChannelResponse(Aws::Utils::Json::JsonView jsonValue)
bool GetHasCredential() const
const Aws::String & GetLastModifiedBy() const
VoiceChannelResponse & WithCreationDate(CreationDateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue