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>
60 template<
typename CreationDateT = Aws::String>
61 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
62 template<
typename CreationDateT = Aws::String>
72 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
82 inline void SetHasCredential(
bool value) { m_hasCredentialHasBeenSet =
true; m_hasCredential = value; }
93 template<
typename IdT = Aws::String>
94 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
95 template<
typename IdT = Aws::String>
105 inline void SetIsArchived(
bool value) { m_isArchivedHasBeenSet =
true; m_isArchived = value; }
115 template<
typename LastModifiedByT = Aws::String>
116 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
117 template<
typename LastModifiedByT = Aws::String>
127 template<
typename LastModifiedDateT = Aws::String>
128 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
129 template<
typename LastModifiedDateT = Aws::String>
140 template<
typename PlatformT = Aws::String>
141 void SetPlatform(PlatformT&& value) { m_platformHasBeenSet =
true; m_platform = std::forward<PlatformT>(value); }
142 template<
typename PlatformT = Aws::String>
152 inline void SetVersion(
int value) { m_versionHasBeenSet =
true; m_version = value; }
158 bool m_applicationIdHasBeenSet =
false;
161 bool m_creationDateHasBeenSet =
false;
163 bool m_enabled{
false};
164 bool m_enabledHasBeenSet =
false;
166 bool m_hasCredential{
false};
167 bool m_hasCredentialHasBeenSet =
false;
170 bool m_idHasBeenSet =
false;
172 bool m_isArchived{
false};
173 bool m_isArchivedHasBeenSet =
false;
176 bool m_lastModifiedByHasBeenSet =
false;
179 bool m_lastModifiedDateHasBeenSet =
false;
182 bool m_platformHasBeenSet =
false;
185 bool m_versionHasBeenSet =
false;
ADMChannelResponse & WithId(IdT &&value)
void SetVersion(int value)
bool GetHasCredential() const
void SetLastModifiedDate(LastModifiedDateT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetId() const
const Aws::String & GetPlatform() const
AWS_PINPOINT_API ADMChannelResponse()=default
ADMChannelResponse & WithHasCredential(bool value)
ADMChannelResponse & WithVersion(int value)
ADMChannelResponse & WithPlatform(PlatformT &&value)
void SetPlatform(PlatformT &&value)
bool IdHasBeenSet() const
bool VersionHasBeenSet() const
bool PlatformHasBeenSet() const
bool LastModifiedByHasBeenSet() const
void SetApplicationId(ApplicationIdT &&value)
void SetCreationDate(CreationDateT &&value)
ADMChannelResponse & WithCreationDate(CreationDateT &&value)
AWS_PINPOINT_API ADMChannelResponse(Aws::Utils::Json::JsonView jsonValue)
ADMChannelResponse & WithEnabled(bool value)
void SetEnabled(bool value)
void SetHasCredential(bool value)
void SetIsArchived(bool value)
bool EnabledHasBeenSet() const
ADMChannelResponse & WithLastModifiedBy(LastModifiedByT &&value)
bool LastModifiedDateHasBeenSet() const
bool IsArchivedHasBeenSet() const
bool CreationDateHasBeenSet() const
bool ApplicationIdHasBeenSet() const
ADMChannelResponse & WithLastModifiedDate(LastModifiedDateT &&value)
AWS_PINPOINT_API ADMChannelResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLastModifiedBy() const
const Aws::String & GetCreationDate() const
ADMChannelResponse & WithIsArchived(bool value)
bool GetIsArchived() const
const Aws::String & GetApplicationId() const
const Aws::String & GetLastModifiedDate() const
bool HasCredentialHasBeenSet() const
ADMChannelResponse & WithApplicationId(ApplicationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue