7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetApplicationId(
const char* value) { m_applicationIdHasBeenSet =
true; m_applicationId.assign(value); }
63 inline void SetCreationDate(
const char* value) { m_creationDateHasBeenSet =
true; m_creationDate.assign(value); }
75 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
85 inline void SetHasCredential(
bool value) { m_hasCredentialHasBeenSet =
true; m_hasCredential = value; }
97 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
98 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
110 inline void SetIsArchived(
bool value) { m_isArchivedHasBeenSet =
true; m_isArchived = value; }
122 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); }
149 inline void SetVersion(
int value) { m_versionHasBeenSet =
true; m_version = value; }
155 bool m_applicationIdHasBeenSet =
false;
158 bool m_creationDateHasBeenSet =
false;
161 bool m_enabledHasBeenSet =
false;
163 bool m_hasCredential;
164 bool m_hasCredentialHasBeenSet =
false;
167 bool m_idHasBeenSet =
false;
170 bool m_isArchivedHasBeenSet =
false;
173 bool m_lastModifiedByHasBeenSet =
false;
176 bool m_lastModifiedDateHasBeenSet =
false;
179 bool m_versionHasBeenSet =
false;
bool VersionHasBeenSet() const
void SetId(const Aws::String &value)
bool GetHasCredential() const
ChannelResponse & WithVersion(int value)
ChannelResponse & WithApplicationId(const char *value)
ChannelResponse & WithLastModifiedDate(const char *value)
void SetApplicationId(const char *value)
bool HasCredentialHasBeenSet() const
void SetCreationDate(const Aws::String &value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PINPOINT_API ChannelResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetApplicationId() const
const Aws::String & GetCreationDate() const
AWS_PINPOINT_API ChannelResponse(Aws::Utils::Json::JsonView jsonValue)
bool IsArchivedHasBeenSet() const
bool ApplicationIdHasBeenSet() const
void SetEnabled(bool value)
void SetLastModifiedDate(Aws::String &&value)
void SetApplicationId(Aws::String &&value)
bool LastModifiedDateHasBeenSet() const
void SetLastModifiedDate(const char *value)
ChannelResponse & WithLastModifiedBy(const char *value)
ChannelResponse & WithLastModifiedBy(const Aws::String &value)
bool LastModifiedByHasBeenSet() const
ChannelResponse & WithCreationDate(const Aws::String &value)
bool CreationDateHasBeenSet() const
void SetLastModifiedBy(const Aws::String &value)
ChannelResponse & WithCreationDate(Aws::String &&value)
void SetVersion(int value)
ChannelResponse & WithHasCredential(bool value)
ChannelResponse & WithEnabled(bool value)
void SetApplicationId(const Aws::String &value)
void SetLastModifiedBy(const char *value)
void SetHasCredential(bool value)
ChannelResponse & WithApplicationId(const Aws::String &value)
ChannelResponse & WithLastModifiedDate(const Aws::String &value)
bool EnabledHasBeenSet() const
ChannelResponse & WithLastModifiedBy(Aws::String &&value)
void SetCreationDate(const char *value)
ChannelResponse & WithLastModifiedDate(Aws::String &&value)
const Aws::String & GetId() const
ChannelResponse & WithId(const char *value)
bool IdHasBeenSet() const
ChannelResponse & WithCreationDate(const char *value)
void SetLastModifiedDate(const Aws::String &value)
ChannelResponse & WithId(const Aws::String &value)
ChannelResponse & WithId(Aws::String &&value)
bool GetIsArchived() const
void SetLastModifiedBy(Aws::String &&value)
const Aws::String & GetLastModifiedDate() const
void SetId(const char *value)
const Aws::String & GetLastModifiedBy() const
ChannelResponse & WithIsArchived(bool value)
void SetId(Aws::String &&value)
void SetIsArchived(bool value)
AWS_PINPOINT_API ChannelResponse()
void SetCreationDate(Aws::String &&value)
ChannelResponse & WithApplicationId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue