7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
41 template <
typename ApplicationIdT = Aws::String>
43 m_applicationIdHasBeenSet =
true;
44 m_applicationId = std::forward<ApplicationIdT>(value);
46 template <
typename ApplicationIdT = Aws::String>
59 template <
typename CreationDateT = Aws::String>
61 m_creationDateHasBeenSet =
true;
62 m_creationDate = std::forward<CreationDateT>(value);
64 template <
typename CreationDateT = Aws::String>
78 m_enabledHasBeenSet =
true;
94 m_hasCredentialHasBeenSet =
true;
95 m_hasCredential = value;
110 template <
typename IdT = Aws::String>
112 m_idHasBeenSet =
true;
113 m_id = std::forward<IdT>(value);
115 template <
typename IdT = Aws::String>
117 SetId(std::forward<IdT>(value));
129 m_isArchivedHasBeenSet =
true;
130 m_isArchived = value;
144 template <
typename LastModifiedByT = Aws::String>
146 m_lastModifiedByHasBeenSet =
true;
147 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
149 template <
typename LastModifiedByT = Aws::String>
163 template <
typename LastModifiedDateT = Aws::String>
165 m_lastModifiedDateHasBeenSet =
true;
166 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
168 template <
typename LastModifiedDateT = Aws::String>
182 m_versionHasBeenSet =
true;
192 bool m_applicationIdHasBeenSet =
false;
195 bool m_creationDateHasBeenSet =
false;
197 bool m_enabled{
false};
198 bool m_enabledHasBeenSet =
false;
200 bool m_hasCredential{
false};
201 bool m_hasCredentialHasBeenSet =
false;
204 bool m_idHasBeenSet =
false;
206 bool m_isArchived{
false};
207 bool m_isArchivedHasBeenSet =
false;
210 bool m_lastModifiedByHasBeenSet =
false;
213 bool m_lastModifiedDateHasBeenSet =
false;
216 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