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>
164 template <
typename LastModifiedDateT = Aws::String>
166 m_lastModifiedDateHasBeenSet =
true;
167 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
169 template <
typename LastModifiedDateT = Aws::String>
183 template <
typename PlatformT = Aws::String>
185 m_platformHasBeenSet =
true;
186 m_platform = std::forward<PlatformT>(value);
188 template <
typename PlatformT = Aws::String>
203 m_promotionalMessagesPerSecondHasBeenSet =
true;
204 m_promotionalMessagesPerSecond = value;
219 template <
typename SenderIdT = Aws::String>
221 m_senderIdHasBeenSet =
true;
222 m_senderId = std::forward<SenderIdT>(value);
224 template <
typename SenderIdT = Aws::String>
238 template <
typename ShortCodeT = Aws::String>
240 m_shortCodeHasBeenSet =
true;
241 m_shortCode = std::forward<ShortCodeT>(value);
243 template <
typename ShortCodeT = Aws::String>
258 m_transactionalMessagesPerSecondHasBeenSet =
true;
259 m_transactionalMessagesPerSecond = value;
274 m_versionHasBeenSet =
true;
284 bool m_applicationIdHasBeenSet =
false;
287 bool m_creationDateHasBeenSet =
false;
289 bool m_enabled{
false};
290 bool m_enabledHasBeenSet =
false;
292 bool m_hasCredential{
false};
293 bool m_hasCredentialHasBeenSet =
false;
296 bool m_idHasBeenSet =
false;
298 bool m_isArchived{
false};
299 bool m_isArchivedHasBeenSet =
false;
302 bool m_lastModifiedByHasBeenSet =
false;
305 bool m_lastModifiedDateHasBeenSet =
false;
308 bool m_platformHasBeenSet =
false;
310 int m_promotionalMessagesPerSecond{0};
311 bool m_promotionalMessagesPerSecondHasBeenSet =
false;
314 bool m_senderIdHasBeenSet =
false;
317 bool m_shortCodeHasBeenSet =
false;
319 int m_transactionalMessagesPerSecond{0};
320 bool m_transactionalMessagesPerSecondHasBeenSet =
false;
323 bool m_versionHasBeenSet =
false;
void SetLastModifiedDate(LastModifiedDateT &&value)
const Aws::String & GetLastModifiedBy() const
SMSChannelResponse & WithTransactionalMessagesPerSecond(int value)
AWS_PINPOINT_API SMSChannelResponse(Aws::Utils::Json::JsonView jsonValue)
bool EnabledHasBeenSet() const
bool HasCredentialHasBeenSet() const
void SetCreationDate(CreationDateT &&value)
SMSChannelResponse & WithIsArchived(bool value)
int GetPromotionalMessagesPerSecond() const
const Aws::String & GetCreationDate() const
bool GetIsArchived() const
bool ApplicationIdHasBeenSet() const
const Aws::String & GetPlatform() const
SMSChannelResponse & WithSenderId(SenderIdT &&value)
bool GetHasCredential() const
bool PlatformHasBeenSet() const
const Aws::String & GetApplicationId() const
bool IdHasBeenSet() const
const Aws::String & GetShortCode() const
SMSChannelResponse & WithId(IdT &&value)
void SetHasCredential(bool value)
void SetLastModifiedBy(LastModifiedByT &&value)
void SetSenderId(SenderIdT &&value)
bool CreationDateHasBeenSet() const
const Aws::String & GetId() const
bool ShortCodeHasBeenSet() const
void SetIsArchived(bool value)
SMSChannelResponse & WithLastModifiedDate(LastModifiedDateT &&value)
void SetShortCode(ShortCodeT &&value)
AWS_PINPOINT_API SMSChannelResponse()=default
void SetApplicationId(ApplicationIdT &&value)
void SetTransactionalMessagesPerSecond(int value)
SMSChannelResponse & WithPromotionalMessagesPerSecond(int value)
AWS_PINPOINT_API SMSChannelResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SenderIdHasBeenSet() const
SMSChannelResponse & WithEnabled(bool value)
bool TransactionalMessagesPerSecondHasBeenSet() const
SMSChannelResponse & WithLastModifiedBy(LastModifiedByT &&value)
SMSChannelResponse & WithApplicationId(ApplicationIdT &&value)
bool PromotionalMessagesPerSecondHasBeenSet() const
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
bool LastModifiedDateHasBeenSet() const
int GetTransactionalMessagesPerSecond() const
bool VersionHasBeenSet() const
const Aws::String & GetSenderId() const
SMSChannelResponse & WithCreationDate(CreationDateT &&value)
SMSChannelResponse & WithPlatform(PlatformT &&value)
SMSChannelResponse & WithShortCode(ShortCodeT &&value)
void SetPlatform(PlatformT &&value)
SMSChannelResponse & WithHasCredential(bool value)
SMSChannelResponse & WithVersion(int value)
void SetEnabled(bool value)
void SetVersion(int value)
const Aws::String & GetLastModifiedDate() const
void SetPromotionalMessagesPerSecond(int value)
bool IsArchivedHasBeenSet() const
bool LastModifiedByHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue