7#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/route53profiles/model/ProfileStatus.h>
23namespace Route53Profiles
63 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
64 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
91 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
105 inline void SetOwnerId(
const char* value) { m_ownerIdHasBeenSet =
true; m_ownerId.assign(value); }
119 inline void SetProfileId(
const char* value) { m_profileIdHasBeenSet =
true; m_profileId.assign(value); }
133 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
159 inline void SetStatusMessage(
const char* value) { m_statusMessageHasBeenSet =
true; m_statusMessage.assign(value); }
167 bool m_creationTimeHasBeenSet =
false;
170 bool m_idHasBeenSet =
false;
173 bool m_modificationTimeHasBeenSet =
false;
176 bool m_nameHasBeenSet =
false;
179 bool m_ownerIdHasBeenSet =
false;
182 bool m_profileIdHasBeenSet =
false;
185 bool m_resourceIdHasBeenSet =
false;
188 bool m_statusHasBeenSet =
false;
191 bool m_statusMessageHasBeenSet =
false;
void SetStatus(const ProfileStatus &value)
ProfileAssociation & WithStatusMessage(Aws::String &&value)
const Aws::String & GetResourceId() const
ProfileAssociation & WithProfileId(const char *value)
AWS_ROUTE53PROFILES_API ProfileAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
ProfileAssociation & WithName(const Aws::String &value)
void SetOwnerId(const char *value)
void SetResourceId(const char *value)
ProfileAssociation & WithStatus(const ProfileStatus &value)
const ProfileStatus & GetStatus() const
const Aws::Utils::DateTime & GetCreationTime() const
ProfileAssociation & WithId(Aws::String &&value)
const Aws::String & GetStatusMessage() const
ProfileAssociation & WithStatus(ProfileStatus &&value)
ProfileAssociation & WithProfileId(Aws::String &&value)
ProfileAssociation & WithId(const char *value)
ProfileAssociation & WithId(const Aws::String &value)
ProfileAssociation & WithCreationTime(const Aws::Utils::DateTime &value)
ProfileAssociation & WithOwnerId(Aws::String &&value)
bool OwnerIdHasBeenSet() const
AWS_ROUTE53PROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(const Aws::String &value)
bool ProfileIdHasBeenSet() const
bool ResourceIdHasBeenSet() const
bool ModificationTimeHasBeenSet() const
AWS_ROUTE53PROFILES_API ProfileAssociation(Aws::Utils::Json::JsonView jsonValue)
void SetId(Aws::String &&value)
ProfileAssociation & WithModificationTime(Aws::Utils::DateTime &&value)
bool StatusMessageHasBeenSet() const
ProfileAssociation & WithCreationTime(Aws::Utils::DateTime &&value)
ProfileAssociation & WithResourceId(const Aws::String &value)
void SetStatusMessage(const char *value)
ProfileAssociation & WithName(Aws::String &&value)
bool StatusHasBeenSet() const
const Aws::String & GetProfileId() const
ProfileAssociation & WithResourceId(const char *value)
ProfileAssociation & WithName(const char *value)
ProfileAssociation & WithOwnerId(const char *value)
void SetCreationTime(const Aws::Utils::DateTime &value)
void SetModificationTime(Aws::Utils::DateTime &&value)
void SetCreationTime(Aws::Utils::DateTime &&value)
const Aws::String & GetName() const
ProfileAssociation & WithResourceId(Aws::String &&value)
void SetName(Aws::String &&value)
const Aws::Utils::DateTime & GetModificationTime() const
void SetName(const char *value)
bool CreationTimeHasBeenSet() const
ProfileAssociation & WithProfileId(const Aws::String &value)
ProfileAssociation & WithModificationTime(const Aws::Utils::DateTime &value)
void SetId(const Aws::String &value)
void SetOwnerId(Aws::String &&value)
void SetStatusMessage(Aws::String &&value)
ProfileAssociation & WithStatusMessage(const Aws::String &value)
void SetProfileId(const char *value)
void SetModificationTime(const Aws::Utils::DateTime &value)
void SetStatusMessage(const Aws::String &value)
void SetStatus(ProfileStatus &&value)
bool NameHasBeenSet() const
ProfileAssociation & WithStatusMessage(const char *value)
void SetResourceId(Aws::String &&value)
AWS_ROUTE53PROFILES_API ProfileAssociation()
ProfileAssociation & WithOwnerId(const Aws::String &value)
void SetProfileId(const Aws::String &value)
void SetOwnerId(const Aws::String &value)
void SetProfileId(Aws::String &&value)
const Aws::String & GetId() const
void SetResourceId(const Aws::String &value)
const Aws::String & GetOwnerId() const
void SetId(const char *value)
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue