7#include <aws/mailmanager/MailManager_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
62 inline void SetRelayId(
const char* value) { m_relayIdHasBeenSet =
true; m_relayId.assign(value); }
76 inline void SetRelayName(
const char* value) { m_relayNameHasBeenSet =
true; m_relayName.assign(value); }
84 bool m_lastModifiedTimestampHasBeenSet =
false;
87 bool m_relayIdHasBeenSet =
false;
90 bool m_relayNameHasBeenSet =
false;
void SetRelayId(Aws::String &&value)
Relay & WithLastModifiedTimestamp(const Aws::Utils::DateTime &value)
void SetRelayName(Aws::String &&value)
void SetRelayName(const char *value)
void SetLastModifiedTimestamp(Aws::Utils::DateTime &&value)
Relay & WithRelayName(const char *value)
void SetRelayId(const char *value)
Relay & WithRelayName(Aws::String &&value)
AWS_MAILMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRelayName() const
AWS_MAILMANAGER_API Relay()
void SetRelayId(const Aws::String &value)
Relay & WithRelayName(const Aws::String &value)
Relay & WithRelayId(const Aws::String &value)
const Aws::String & GetRelayId() const
bool RelayIdHasBeenSet() const
void SetLastModifiedTimestamp(const Aws::Utils::DateTime &value)
AWS_MAILMANAGER_API Relay(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLastModifiedTimestamp() const
Relay & WithRelayId(const char *value)
Relay & WithRelayId(Aws::String &&value)
Relay & WithLastModifiedTimestamp(Aws::Utils::DateTime &&value)
AWS_MAILMANAGER_API Relay & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RelayNameHasBeenSet() const
bool LastModifiedTimestampHasBeenSet() const
void SetRelayName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue