7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/pinpoint-email/model/IdentityType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace PinpointEmail
65 inline void SetIdentityName(
const char* value) { m_identityNameHasBeenSet =
true; m_identityName.assign(value); }
81 inline void SetSendingEnabled(
bool value) { m_sendingEnabledHasBeenSet =
true; m_sendingEnabled = value; }
87 bool m_identityTypeHasBeenSet =
false;
90 bool m_identityNameHasBeenSet =
false;
92 bool m_sendingEnabled;
93 bool m_sendingEnabledHasBeenSet =
false;
bool IdentityTypeHasBeenSet() const
IdentityInfo & WithIdentityType(IdentityType &&value)
void SetSendingEnabled(bool value)
void SetIdentityName(Aws::String &&value)
AWS_PINPOINTEMAIL_API IdentityInfo(Aws::Utils::Json::JsonView jsonValue)
bool SendingEnabledHasBeenSet() const
AWS_PINPOINTEMAIL_API Aws::Utils::Json::JsonValue Jsonize() const
bool IdentityNameHasBeenSet() const
AWS_PINPOINTEMAIL_API IdentityInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
IdentityInfo & WithIdentityName(const char *value)
IdentityInfo & WithIdentityName(Aws::String &&value)
IdentityInfo & WithIdentityType(const IdentityType &value)
const Aws::String & GetIdentityName() const
const IdentityType & GetIdentityType() const
void SetIdentityType(IdentityType &&value)
IdentityInfo & WithIdentityName(const Aws::String &value)
void SetIdentityName(const char *value)
AWS_PINPOINTEMAIL_API IdentityInfo()
void SetIdentityName(const Aws::String &value)
bool GetSendingEnabled() const
void SetIdentityType(const IdentityType &value)
IdentityInfo & WithSendingEnabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue