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
50 template<
typename CreationTimeT = Aws::Utils::DateTime>
51 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
52 template<
typename CreationTimeT = Aws::Utils::DateTime>
62 template<
typename IdT = Aws::String>
63 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
64 template<
typename IdT = Aws::String>
75 template<
typename ModificationTimeT = Aws::Utils::DateTime>
76 void SetModificationTime(ModificationTimeT&& value) { m_modificationTimeHasBeenSet =
true; m_modificationTime = std::forward<ModificationTimeT>(value); }
77 template<
typename ModificationTimeT = Aws::Utils::DateTime>
87 template<
typename NameT = Aws::String>
88 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
89 template<
typename NameT = Aws::String>
99 template<
typename OwnerIdT = Aws::String>
100 void SetOwnerId(OwnerIdT&& value) { m_ownerIdHasBeenSet =
true; m_ownerId = std::forward<OwnerIdT>(value); }
101 template<
typename OwnerIdT = Aws::String>
111 template<
typename ProfileIdT = Aws::String>
112 void SetProfileId(ProfileIdT&& value) { m_profileIdHasBeenSet =
true; m_profileId = std::forward<ProfileIdT>(value); }
113 template<
typename ProfileIdT = Aws::String>
123 template<
typename ResourceIdT = Aws::String>
124 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
125 template<
typename ResourceIdT = Aws::String>
145 template<
typename StatusMessageT = Aws::String>
146 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
147 template<
typename StatusMessageT = Aws::String>
153 bool m_creationTimeHasBeenSet =
false;
156 bool m_idHasBeenSet =
false;
159 bool m_modificationTimeHasBeenSet =
false;
162 bool m_nameHasBeenSet =
false;
165 bool m_ownerIdHasBeenSet =
false;
168 bool m_profileIdHasBeenSet =
false;
171 bool m_resourceIdHasBeenSet =
false;
174 bool m_statusHasBeenSet =
false;
177 bool m_statusMessageHasBeenSet =
false;
const Aws::String & GetResourceId() const
AWS_ROUTE53PROFILES_API ProfileAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProfileId(ProfileIdT &&value)
void SetResourceId(ResourceIdT &&value)
ProfileAssociation & WithOwnerId(OwnerIdT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
ProfileAssociation & WithModificationTime(ModificationTimeT &&value)
ProfileAssociation & WithStatusMessage(StatusMessageT &&value)
void SetName(NameT &&value)
const Aws::String & GetStatusMessage() const
ProfileAssociation & WithCreationTime(CreationTimeT &&value)
bool OwnerIdHasBeenSet() const
ProfileStatus GetStatus() const
AWS_ROUTE53PROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProfileIdHasBeenSet() const
bool ResourceIdHasBeenSet() const
bool ModificationTimeHasBeenSet() const
AWS_ROUTE53PROFILES_API ProfileAssociation(Aws::Utils::Json::JsonView jsonValue)
bool StatusMessageHasBeenSet() const
void SetModificationTime(ModificationTimeT &&value)
bool StatusHasBeenSet() const
const Aws::String & GetProfileId() const
ProfileAssociation & WithResourceId(ResourceIdT &&value)
ProfileAssociation & WithProfileId(ProfileIdT &&value)
void SetOwnerId(OwnerIdT &&value)
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetModificationTime() const
bool CreationTimeHasBeenSet() const
ProfileAssociation & WithName(NameT &&value)
ProfileAssociation & WithId(IdT &&value)
bool NameHasBeenSet() const
AWS_ROUTE53PROFILES_API ProfileAssociation()=default
const Aws::String & GetId() const
ProfileAssociation & WithStatus(ProfileStatus value)
void SetStatus(ProfileStatus value)
const Aws::String & GetOwnerId() const
void SetStatusMessage(StatusMessageT &&value)
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue