7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ApplicationIdT = Aws::String>
48 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
49 template<
typename ApplicationIdT = Aws::String>
59 template<
typename CreationDateT = Aws::String>
60 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
61 template<
typename CreationDateT = Aws::String>
71 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
81 inline void SetHasCredential(
bool value) { m_hasCredentialHasBeenSet =
true; m_hasCredential = value; }
92 template<
typename IdT = Aws::String>
93 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
94 template<
typename IdT = Aws::String>
104 inline void SetIsArchived(
bool value) { m_isArchivedHasBeenSet =
true; m_isArchived = value; }
114 template<
typename LastModifiedByT = Aws::String>
115 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
116 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>
139 inline void SetVersion(
int value) { m_versionHasBeenSet =
true; m_version = value; }
145 bool m_applicationIdHasBeenSet =
false;
148 bool m_creationDateHasBeenSet =
false;
150 bool m_enabled{
false};
151 bool m_enabledHasBeenSet =
false;
153 bool m_hasCredential{
false};
154 bool m_hasCredentialHasBeenSet =
false;
157 bool m_idHasBeenSet =
false;
159 bool m_isArchived{
false};
160 bool m_isArchivedHasBeenSet =
false;
163 bool m_lastModifiedByHasBeenSet =
false;
166 bool m_lastModifiedDateHasBeenSet =
false;
169 bool m_versionHasBeenSet =
false;
bool VersionHasBeenSet() const
void SetLastModifiedDate(LastModifiedDateT &&value)
bool GetHasCredential() const
ChannelResponse & WithVersion(int value)
bool HasCredentialHasBeenSet() const
void SetCreationDate(CreationDateT &&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)
bool LastModifiedDateHasBeenSet() const
void SetApplicationId(ApplicationIdT &&value)
bool LastModifiedByHasBeenSet() const
bool CreationDateHasBeenSet() const
void SetVersion(int value)
ChannelResponse & WithHasCredential(bool value)
ChannelResponse & WithEnabled(bool value)
void SetHasCredential(bool value)
bool EnabledHasBeenSet() const
const Aws::String & GetId() const
bool IdHasBeenSet() const
bool GetIsArchived() const
ChannelResponse & WithLastModifiedBy(LastModifiedByT &&value)
const Aws::String & GetLastModifiedDate() const
ChannelResponse & WithLastModifiedDate(LastModifiedDateT &&value)
void SetLastModifiedBy(LastModifiedByT &&value)
AWS_PINPOINT_API ChannelResponse()=default
ChannelResponse & WithCreationDate(CreationDateT &&value)
ChannelResponse & WithId(IdT &&value)
const Aws::String & GetLastModifiedBy() const
ChannelResponse & WithIsArchived(bool value)
ChannelResponse & WithApplicationId(ApplicationIdT &&value)
void SetIsArchived(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue