7#include <aws/worklink/WorkLink_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 inline void SetWebsiteCaId(
const char* value) { m_websiteCaIdHasBeenSet =
true; m_websiteCaId.assign(value); }
75 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
83 bool m_websiteCaIdHasBeenSet =
false;
86 bool m_createdTimeHasBeenSet =
false;
89 bool m_displayNameHasBeenSet =
false;
AWS_WORKLINK_API WebsiteCaSummary()
WebsiteCaSummary & WithCreatedTime(const Aws::Utils::DateTime &value)
WebsiteCaSummary & WithWebsiteCaId(const char *value)
bool CreatedTimeHasBeenSet() const
AWS_WORKLINK_API Aws::Utils::Json::JsonValue Jsonize() const
WebsiteCaSummary & WithDisplayName(const Aws::String &value)
AWS_WORKLINK_API WebsiteCaSummary(Aws::Utils::Json::JsonView jsonValue)
void SetWebsiteCaId(const Aws::String &value)
const Aws::Utils::DateTime & GetCreatedTime() const
WebsiteCaSummary & WithDisplayName(Aws::String &&value)
const Aws::String & GetDisplayName() const
void SetDisplayName(const char *value)
WebsiteCaSummary & WithCreatedTime(Aws::Utils::DateTime &&value)
void SetCreatedTime(Aws::Utils::DateTime &&value)
bool DisplayNameHasBeenSet() const
WebsiteCaSummary & WithDisplayName(const char *value)
const Aws::String & GetWebsiteCaId() const
void SetWebsiteCaId(Aws::String &&value)
void SetDisplayName(const Aws::String &value)
void SetCreatedTime(const Aws::Utils::DateTime &value)
WebsiteCaSummary & WithWebsiteCaId(Aws::String &&value)
WebsiteCaSummary & WithWebsiteCaId(const Aws::String &value)
void SetWebsiteCaId(const char *value)
bool WebsiteCaIdHasBeenSet() const
void SetDisplayName(Aws::String &&value)
AWS_WORKLINK_API WebsiteCaSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue