7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
42 template <
typename ApplicationIdT = Aws::String>
44 m_applicationIdHasBeenSet =
true;
45 m_applicationId = std::forward<ApplicationIdT>(value);
47 template <
typename ApplicationIdT = Aws::String>
60 template <
typename CreationDateT = Aws::String>
62 m_creationDateHasBeenSet =
true;
63 m_creationDate = std::forward<CreationDateT>(value);
65 template <
typename CreationDateT = Aws::String>
79 m_enabledHasBeenSet =
true;
95 m_hasCredentialHasBeenSet =
true;
96 m_hasCredential = value;
111 template <
typename IdT = Aws::String>
113 m_idHasBeenSet =
true;
114 m_id = std::forward<IdT>(value);
116 template <
typename IdT = Aws::String>
118 SetId(std::forward<IdT>(value));
130 m_isArchivedHasBeenSet =
true;
131 m_isArchived = value;
145 template <
typename LastModifiedByT = Aws::String>
147 m_lastModifiedByHasBeenSet =
true;
148 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
150 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 template <
typename PlatformT = Aws::String>
184 m_platformHasBeenSet =
true;
185 m_platform = std::forward<PlatformT>(value);
187 template <
typename PlatformT = Aws::String>
201 m_versionHasBeenSet =
true;
211 bool m_applicationIdHasBeenSet =
false;
214 bool m_creationDateHasBeenSet =
false;
216 bool m_enabled{
false};
217 bool m_enabledHasBeenSet =
false;
219 bool m_hasCredential{
false};
220 bool m_hasCredentialHasBeenSet =
false;
223 bool m_idHasBeenSet =
false;
225 bool m_isArchived{
false};
226 bool m_isArchivedHasBeenSet =
false;
229 bool m_lastModifiedByHasBeenSet =
false;
232 bool m_lastModifiedDateHasBeenSet =
false;
235 bool m_platformHasBeenSet =
false;
238 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