7#include <aws/mailmanager/MailManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename AddressT = Aws::String>
48 void SetAddress(AddressT&& value) { m_addressHasBeenSet =
true; m_address = std::forward<AddressT>(value); }
49 template<
typename AddressT = Aws::String>
59 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
60 void SetCreatedTimestamp(CreatedTimestampT&& value) { m_createdTimestampHasBeenSet =
true; m_createdTimestamp = std::forward<CreatedTimestampT>(value); }
61 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
67 bool m_addressHasBeenSet =
false;
70 bool m_createdTimestampHasBeenSet =
false;
const Aws::String & GetAddress() const
void SetCreatedTimestamp(CreatedTimestampT &&value)
SavedAddress & WithAddress(AddressT &&value)
bool AddressHasBeenSet() const
AWS_MAILMANAGER_API SavedAddress & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
AWS_MAILMANAGER_API SavedAddress()=default
bool CreatedTimestampHasBeenSet() const
AWS_MAILMANAGER_API SavedAddress(Aws::Utils::Json::JsonView jsonValue)
void SetAddress(AddressT &&value)
SavedAddress & WithCreatedTimestamp(CreatedTimestampT &&value)
AWS_MAILMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue