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); }
106 inline void SetOwnerId(
const char* value) { m_ownerIdHasBeenSet =
true; m_ownerId.assign(value); }
120 inline void SetProfileId(
const char* value) { m_profileIdHasBeenSet =
true; m_profileId.assign(value); }
134 inline void SetResourceArn(
const char* value) { m_resourceArnHasBeenSet =
true; m_resourceArn.assign(value); }
149 inline void SetResourceProperties(
const char* value) { m_resourcePropertiesHasBeenSet =
true; m_resourceProperties.assign(value); }
164 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
190 inline void SetStatusMessage(
const char* value) { m_statusMessageHasBeenSet =
true; m_statusMessage.assign(value); }
198 bool m_creationTimeHasBeenSet =
false;
201 bool m_idHasBeenSet =
false;
204 bool m_modificationTimeHasBeenSet =
false;
207 bool m_nameHasBeenSet =
false;
210 bool m_ownerIdHasBeenSet =
false;
213 bool m_profileIdHasBeenSet =
false;
216 bool m_resourceArnHasBeenSet =
false;
219 bool m_resourcePropertiesHasBeenSet =
false;
222 bool m_resourceTypeHasBeenSet =
false;
225 bool m_statusHasBeenSet =
false;
228 bool m_statusMessageHasBeenSet =
false;
ProfileResourceAssociation & WithOwnerId(const char *value)
void SetStatusMessage(const char *value)
bool OwnerIdHasBeenSet() const
ProfileResourceAssociation & WithName(const Aws::String &value)
AWS_ROUTE53PROFILES_API ProfileResourceAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
AWS_ROUTE53PROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
ProfileResourceAssociation & WithProfileId(const Aws::String &value)
ProfileResourceAssociation & WithStatusMessage(const char *value)
void SetName(const char *value)
const Aws::String & GetResourceType() const
void SetStatusMessage(const Aws::String &value)
void SetOwnerId(const Aws::String &value)
ProfileResourceAssociation & WithModificationTime(Aws::Utils::DateTime &&value)
bool ProfileIdHasBeenSet() const
void SetStatus(ProfileStatus &&value)
void SetProfileId(const char *value)
bool ResourceTypeHasBeenSet() const
const Aws::String & GetResourceProperties() const
bool ResourcePropertiesHasBeenSet() const
const Aws::String & GetId() const
const Aws::String & GetStatusMessage() const
bool NameHasBeenSet() const
void SetProfileId(const Aws::String &value)
ProfileResourceAssociation & WithCreationTime(const Aws::Utils::DateTime &value)
void SetModificationTime(const Aws::Utils::DateTime &value)
ProfileResourceAssociation & WithId(const char *value)
void SetResourceType(const char *value)
void SetResourceArn(Aws::String &&value)
bool IdHasBeenSet() const
ProfileResourceAssociation & WithId(const Aws::String &value)
void SetName(Aws::String &&value)
ProfileResourceAssociation & WithCreationTime(Aws::Utils::DateTime &&value)
void SetResourceType(const Aws::String &value)
void SetResourceArn(const Aws::String &value)
ProfileResourceAssociation & WithResourceType(const char *value)
void SetOwnerId(const char *value)
const Aws::String & GetOwnerId() const
void SetResourceProperties(const char *value)
bool StatusHasBeenSet() const
void SetId(const Aws::String &value)
const ProfileStatus & GetStatus() const
ProfileResourceAssociation & WithResourceProperties(Aws::String &&value)
ProfileResourceAssociation & WithStatusMessage(Aws::String &&value)
void SetResourceProperties(const Aws::String &value)
void SetCreationTime(Aws::Utils::DateTime &&value)
bool ModificationTimeHasBeenSet() const
bool ResourceArnHasBeenSet() const
ProfileResourceAssociation & WithProfileId(const char *value)
const Aws::String & GetResourceArn() const
ProfileResourceAssociation & WithOwnerId(const Aws::String &value)
void SetId(Aws::String &&value)
ProfileResourceAssociation & WithResourceProperties(const Aws::String &value)
void SetStatusMessage(Aws::String &&value)
void SetResourceType(Aws::String &&value)
void SetId(const char *value)
void SetStatus(const ProfileStatus &value)
ProfileResourceAssociation & WithResourceProperties(const char *value)
ProfileResourceAssociation & WithResourceType(Aws::String &&value)
ProfileResourceAssociation & WithId(Aws::String &&value)
void SetProfileId(Aws::String &&value)
AWS_ROUTE53PROFILES_API ProfileResourceAssociation(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetModificationTime() const
void SetName(const Aws::String &value)
void SetResourceArn(const char *value)
ProfileResourceAssociation & WithStatus(const ProfileStatus &value)
AWS_ROUTE53PROFILES_API ProfileResourceAssociation()
ProfileResourceAssociation & WithResourceArn(const char *value)
ProfileResourceAssociation & WithProfileId(Aws::String &&value)
ProfileResourceAssociation & WithResourceType(const Aws::String &value)
void SetOwnerId(Aws::String &&value)
ProfileResourceAssociation & WithStatus(ProfileStatus &&value)
void SetModificationTime(Aws::Utils::DateTime &&value)
bool StatusMessageHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
ProfileResourceAssociation & WithName(const char *value)
const Aws::String & GetProfileId() const
ProfileResourceAssociation & WithName(Aws::String &&value)
void SetCreationTime(const Aws::Utils::DateTime &value)
ProfileResourceAssociation & WithModificationTime(const Aws::Utils::DateTime &value)
ProfileResourceAssociation & WithOwnerId(Aws::String &&value)
bool CreationTimeHasBeenSet() const
ProfileResourceAssociation & WithResourceArn(Aws::String &&value)
ProfileResourceAssociation & WithResourceArn(const Aws::String &value)
void SetResourceProperties(Aws::String &&value)
ProfileResourceAssociation & WithStatusMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue