7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/sesv2/model/TlsPolicy.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
67 inline void SetSendingPoolName(
const char* value) { m_sendingPoolNameHasBeenSet =
true; m_sendingPoolName.assign(value); }
81 inline void SetMaxDeliverySeconds(
long long value) { m_maxDeliverySecondsHasBeenSet =
true; m_maxDeliverySeconds = value; }
87 bool m_tlsPolicyHasBeenSet =
false;
90 bool m_sendingPoolNameHasBeenSet =
false;
92 long long m_maxDeliverySeconds;
93 bool m_maxDeliverySecondsHasBeenSet =
false;
void SetSendingPoolName(const char *value)
bool SendingPoolNameHasBeenSet() const
AWS_SESV2_API DeliveryOptions(Aws::Utils::Json::JsonView jsonValue)
const TlsPolicy & GetTlsPolicy() const
void SetTlsPolicy(TlsPolicy &&value)
AWS_SESV2_API DeliveryOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
DeliveryOptions & WithSendingPoolName(Aws::String &&value)
bool MaxDeliverySecondsHasBeenSet() const
bool TlsPolicyHasBeenSet() const
void SetSendingPoolName(const Aws::String &value)
DeliveryOptions & WithMaxDeliverySeconds(long long value)
void SetMaxDeliverySeconds(long long value)
DeliveryOptions & WithSendingPoolName(const Aws::String &value)
long long GetMaxDeliverySeconds() const
DeliveryOptions & WithSendingPoolName(const char *value)
DeliveryOptions & WithTlsPolicy(const TlsPolicy &value)
const Aws::String & GetSendingPoolName() const
AWS_SESV2_API DeliveryOptions()
AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSendingPoolName(Aws::String &&value)
DeliveryOptions & WithTlsPolicy(TlsPolicy &&value)
void SetTlsPolicy(const TlsPolicy &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue