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); }
64 inline void SetCreationDate(
const char* value) { m_creationDateHasBeenSet =
true; m_creationDate.assign(value); }
76 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
86 inline void SetHasCredential(
bool value) { m_hasCredentialHasBeenSet =
true; m_hasCredential = value; }
98 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
99 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
111 inline void SetIsArchived(
bool value) { m_isArchivedHasBeenSet =
true; m_isArchived = value; }
123 inline void SetLastModifiedBy(
const char* value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy.assign(value); }
137 inline void SetLastModifiedDate(
const char* value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate.assign(value); }
152 inline void SetPlatform(
const char* value) { m_platformHasBeenSet =
true; m_platform.assign(value); }
164 inline void SetVersion(
int value) { m_versionHasBeenSet =
true; m_version = value; }
170 bool m_applicationIdHasBeenSet =
false;
173 bool m_creationDateHasBeenSet =
false;
176 bool m_enabledHasBeenSet =
false;
178 bool m_hasCredential;
179 bool m_hasCredentialHasBeenSet =
false;
182 bool m_idHasBeenSet =
false;
185 bool m_isArchivedHasBeenSet =
false;
188 bool m_lastModifiedByHasBeenSet =
false;
191 bool m_lastModifiedDateHasBeenSet =
false;
194 bool m_platformHasBeenSet =
false;
197 bool m_versionHasBeenSet =
false;
void SetLastModifiedDate(const char *value)
void SetPlatform(const char *value)
void SetCreationDate(const Aws::String &value)
void SetVersion(int value)
bool GetHasCredential() const
void SetLastModifiedDate(Aws::String &&value)
void SetPlatform(Aws::String &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPlatform(const Aws::String &value)
const Aws::String & GetId() const
ADMChannelResponse & WithId(const Aws::String &value)
const Aws::String & GetPlatform() const
void SetLastModifiedBy(const Aws::String &value)
ADMChannelResponse & WithHasCredential(bool value)
ADMChannelResponse & WithApplicationId(const char *value)
ADMChannelResponse & WithLastModifiedBy(const Aws::String &value)
ADMChannelResponse & WithVersion(int value)
void SetLastModifiedBy(Aws::String &&value)
ADMChannelResponse & WithLastModifiedBy(Aws::String &&value)
ADMChannelResponse & WithLastModifiedDate(const char *value)
void SetApplicationId(const Aws::String &value)
bool IdHasBeenSet() const
bool VersionHasBeenSet() const
bool PlatformHasBeenSet() const
ADMChannelResponse & WithPlatform(const char *value)
ADMChannelResponse & WithCreationDate(const Aws::String &value)
bool LastModifiedByHasBeenSet() const
void SetId(const char *value)
ADMChannelResponse & WithId(const char *value)
ADMChannelResponse & WithPlatform(Aws::String &&value)
ADMChannelResponse & WithPlatform(const Aws::String &value)
ADMChannelResponse & WithApplicationId(Aws::String &&value)
void SetId(Aws::String &&value)
AWS_PINPOINT_API ADMChannelResponse(Aws::Utils::Json::JsonView jsonValue)
ADMChannelResponse & WithCreationDate(const char *value)
void SetCreationDate(const char *value)
ADMChannelResponse & WithEnabled(bool value)
void SetEnabled(bool value)
ADMChannelResponse & WithId(Aws::String &&value)
void SetHasCredential(bool value)
void SetIsArchived(bool value)
bool EnabledHasBeenSet() const
void SetApplicationId(Aws::String &&value)
ADMChannelResponse & WithLastModifiedDate(const Aws::String &value)
void SetId(const Aws::String &value)
bool LastModifiedDateHasBeenSet() const
ADMChannelResponse & WithCreationDate(Aws::String &&value)
bool IsArchivedHasBeenSet() const
void SetLastModifiedDate(const Aws::String &value)
bool CreationDateHasBeenSet() const
bool ApplicationIdHasBeenSet() const
AWS_PINPOINT_API ADMChannelResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLastModifiedBy() const
const Aws::String & GetCreationDate() const
void SetApplicationId(const char *value)
ADMChannelResponse & WithIsArchived(bool value)
AWS_PINPOINT_API ADMChannelResponse()
bool GetIsArchived() const
const Aws::String & GetApplicationId() const
ADMChannelResponse & WithApplicationId(const Aws::String &value)
ADMChannelResponse & WithLastModifiedDate(Aws::String &&value)
const Aws::String & GetLastModifiedDate() const
void SetLastModifiedBy(const char *value)
ADMChannelResponse & WithLastModifiedBy(const char *value)
bool HasCredentialHasBeenSet() const
void SetCreationDate(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue