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 template <
typename CredentialT = Aws::String>
81 m_credentialHasBeenSet =
true;
82 m_credential = std::forward<CredentialT>(value);
84 template <
typename CredentialT = Aws::String>
98 m_enabledHasBeenSet =
true;
114 m_hasCredentialHasBeenSet =
true;
115 m_hasCredential = value;
130 template <
typename IdT = Aws::String>
132 m_idHasBeenSet =
true;
133 m_id = std::forward<IdT>(value);
135 template <
typename IdT = Aws::String>
137 SetId(std::forward<IdT>(value));
149 m_isArchivedHasBeenSet =
true;
150 m_isArchived = value;
164 template <
typename LastModifiedByT = Aws::String>
166 m_lastModifiedByHasBeenSet =
true;
167 m_lastModifiedBy = std::forward<LastModifiedByT>(value);
169 template <
typename LastModifiedByT = Aws::String>
182 template <
typename LastModifiedDateT = Aws::String>
184 m_lastModifiedDateHasBeenSet =
true;
185 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
187 template <
typename LastModifiedDateT = Aws::String>
201 template <
typename PlatformT = Aws::String>
203 m_platformHasBeenSet =
true;
204 m_platform = std::forward<PlatformT>(value);
206 template <
typename PlatformT = Aws::String>
220 m_versionHasBeenSet =
true;
235 bool m_enabled{
false};
237 bool m_hasCredential{
false};
241 bool m_isArchived{
false};
250 bool m_applicationIdHasBeenSet =
false;
251 bool m_creationDateHasBeenSet =
false;
252 bool m_credentialHasBeenSet =
false;
253 bool m_enabledHasBeenSet =
false;
254 bool m_hasCredentialHasBeenSet =
false;
255 bool m_idHasBeenSet =
false;
256 bool m_isArchivedHasBeenSet =
false;
257 bool m_lastModifiedByHasBeenSet =
false;
258 bool m_lastModifiedDateHasBeenSet =
false;
259 bool m_platformHasBeenSet =
false;
260 bool m_versionHasBeenSet =
false;
void SetHasCredential(bool value)
const Aws::String & GetId() const
BaiduChannelResponse & WithEnabled(bool value)
bool LastModifiedDateHasBeenSet() const
void SetEnabled(bool value)
bool EnabledHasBeenSet() const
bool CreationDateHasBeenSet() const
void SetLastModifiedDate(LastModifiedDateT &&value)
BaiduChannelResponse & WithVersion(int value)
BaiduChannelResponse & WithLastModifiedBy(LastModifiedByT &&value)
bool VersionHasBeenSet() const
void SetVersion(int value)
BaiduChannelResponse & WithApplicationId(ApplicationIdT &&value)
const Aws::String & GetCredential() const
AWS_PINPOINT_API BaiduChannelResponse()=default
bool PlatformHasBeenSet() const
bool GetIsArchived() const
void SetCredential(CredentialT &&value)
void SetIsArchived(bool value)
AWS_PINPOINT_API BaiduChannelResponse(Aws::Utils::Json::JsonView jsonValue)
BaiduChannelResponse & WithHasCredential(bool value)
void SetPlatform(PlatformT &&value)
const Aws::String & GetLastModifiedBy() const
void SetApplicationId(ApplicationIdT &&value)
BaiduChannelResponse & WithLastModifiedDate(LastModifiedDateT &&value)
bool ApplicationIdHasBeenSet() const
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLastModifiedBy(LastModifiedByT &&value)
bool IdHasBeenSet() const
BaiduChannelResponse & WithPlatform(PlatformT &&value)
bool GetHasCredential() const
AWS_PINPOINT_API BaiduChannelResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPlatform() const
void SetCreationDate(CreationDateT &&value)
bool IsArchivedHasBeenSet() const
const Aws::String & GetApplicationId() const
BaiduChannelResponse & WithId(IdT &&value)
BaiduChannelResponse & WithCredential(CredentialT &&value)
const Aws::String & GetCreationDate() const
bool HasCredentialHasBeenSet() const
BaiduChannelResponse & WithIsArchived(bool value)
BaiduChannelResponse & WithCreationDate(CreationDateT &&value)
const Aws::String & GetLastModifiedDate() const
bool CredentialHasBeenSet() const
bool LastModifiedByHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue