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>
73 template<
typename CredentialT = Aws::String>
74 void SetCredential(CredentialT&& value) { m_credentialHasBeenSet =
true; m_credential = std::forward<CredentialT>(value); }
75 template<
typename CredentialT = Aws::String>
85 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
95 inline void SetHasCredential(
bool value) { m_hasCredentialHasBeenSet =
true; m_hasCredential = value; }
106 template<
typename IdT = Aws::String>
107 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
108 template<
typename IdT = Aws::String>
118 inline void SetIsArchived(
bool value) { m_isArchivedHasBeenSet =
true; m_isArchived = value; }
128 template<
typename LastModifiedByT = Aws::String>
129 void SetLastModifiedBy(LastModifiedByT&& value) { m_lastModifiedByHasBeenSet =
true; m_lastModifiedBy = std::forward<LastModifiedByT>(value); }
130 template<
typename LastModifiedByT = Aws::String>
140 template<
typename LastModifiedDateT = Aws::String>
141 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
142 template<
typename LastModifiedDateT = Aws::String>
153 template<
typename PlatformT = Aws::String>
154 void SetPlatform(PlatformT&& value) { m_platformHasBeenSet =
true; m_platform = std::forward<PlatformT>(value); }
155 template<
typename PlatformT = Aws::String>
165 inline void SetVersion(
int value) { m_versionHasBeenSet =
true; m_version = value; }
171 bool m_applicationIdHasBeenSet =
false;
174 bool m_creationDateHasBeenSet =
false;
177 bool m_credentialHasBeenSet =
false;
179 bool m_enabled{
false};
180 bool m_enabledHasBeenSet =
false;
182 bool m_hasCredential{
false};
183 bool m_hasCredentialHasBeenSet =
false;
186 bool m_idHasBeenSet =
false;
188 bool m_isArchived{
false};
189 bool m_isArchivedHasBeenSet =
false;
192 bool m_lastModifiedByHasBeenSet =
false;
195 bool m_lastModifiedDateHasBeenSet =
false;
198 bool m_platformHasBeenSet =
false;
201 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