7#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/route53profiles/model/ShareStatus.h>
11#include <aws/route53profiles/model/ProfileStatus.h>
24namespace Route53Profiles
51 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
52 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
67 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
93 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
94 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
121 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
135 inline void SetOwnerId(
const char* value) { m_ownerIdHasBeenSet =
true; m_ownerId.assign(value); }
173 inline void SetStatusMessage(
const char* value) { m_statusMessageHasBeenSet =
true; m_statusMessage.assign(value); }
181 bool m_arnHasBeenSet =
false;
184 bool m_clientTokenHasBeenSet =
false;
187 bool m_creationTimeHasBeenSet =
false;
190 bool m_idHasBeenSet =
false;
193 bool m_modificationTimeHasBeenSet =
false;
196 bool m_nameHasBeenSet =
false;
199 bool m_ownerIdHasBeenSet =
false;
202 bool m_shareStatusHasBeenSet =
false;
205 bool m_statusHasBeenSet =
false;
208 bool m_statusMessageHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationTime() const
void SetId(Aws::String &&value)
Profile & WithClientToken(const char *value)
const ProfileStatus & GetStatus() const
Profile & WithStatus(const ProfileStatus &value)
Profile & WithName(Aws::String &&value)
void SetOwnerId(const char *value)
bool NameHasBeenSet() const
void SetModificationTime(Aws::Utils::DateTime &&value)
bool ClientTokenHasBeenSet() const
void SetArn(Aws::String &&value)
const Aws::String & GetStatusMessage() const
bool ShareStatusHasBeenSet() const
AWS_ROUTE53PROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOwnerId(const Aws::String &value)
void SetName(Aws::String &&value)
Profile & WithOwnerId(Aws::String &&value)
const Aws::String & GetClientToken() const
void SetStatus(const ProfileStatus &value)
void SetClientToken(const char *value)
bool ModificationTimeHasBeenSet() const
Profile & WithModificationTime(const Aws::Utils::DateTime &value)
void SetArn(const char *value)
const Aws::String & GetOwnerId() const
bool ArnHasBeenSet() const
void SetStatusMessage(const char *value)
Profile & WithClientToken(const Aws::String &value)
bool CreationTimeHasBeenSet() const
Profile & WithId(const char *value)
Profile & WithOwnerId(const Aws::String &value)
void SetShareStatus(const ShareStatus &value)
Profile & WithArn(const char *value)
Profile & WithClientToken(Aws::String &&value)
void SetShareStatus(ShareStatus &&value)
void SetName(const Aws::String &value)
Profile & WithStatusMessage(const Aws::String &value)
Profile & WithCreationTime(const Aws::Utils::DateTime &value)
void SetStatus(ProfileStatus &&value)
Profile & WithArn(const Aws::String &value)
Profile & WithShareStatus(const ShareStatus &value)
Profile & WithName(const char *value)
AWS_ROUTE53PROFILES_API Profile(Aws::Utils::Json::JsonView jsonValue)
void SetArn(const Aws::String &value)
void SetStatusMessage(Aws::String &&value)
const Aws::String & GetId() const
Profile & WithId(Aws::String &&value)
Profile & WithOwnerId(const char *value)
void SetId(const Aws::String &value)
void SetOwnerId(Aws::String &&value)
Profile & WithStatusMessage(const char *value)
void SetName(const char *value)
void SetId(const char *value)
bool IdHasBeenSet() const
Profile & WithShareStatus(ShareStatus &&value)
bool OwnerIdHasBeenSet() const
void SetCreationTime(Aws::Utils::DateTime &&value)
void SetModificationTime(const Aws::Utils::DateTime &value)
const Aws::String & GetName() const
Profile & WithArn(Aws::String &&value)
const ShareStatus & GetShareStatus() const
AWS_ROUTE53PROFILES_API Profile()
void SetStatusMessage(const Aws::String &value)
bool StatusMessageHasBeenSet() const
Profile & WithModificationTime(Aws::Utils::DateTime &&value)
void SetClientToken(const Aws::String &value)
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetModificationTime() const
Profile & WithStatus(ProfileStatus &&value)
AWS_ROUTE53PROFILES_API Profile & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreationTime(const Aws::Utils::DateTime &value)
Profile & WithStatusMessage(Aws::String &&value)
Profile & WithCreationTime(Aws::Utils::DateTime &&value)
Profile & WithName(const Aws::String &value)
Profile & WithId(const Aws::String &value)
bool StatusHasBeenSet() const
void SetClientToken(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue