7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
10#include <aws/route53profiles/model/ProfileStatus.h>
21namespace Route53Profiles {
44 template <
typename CreationTimeT = Aws::Utils::DateTime>
46 m_creationTimeHasBeenSet =
true;
47 m_creationTime = std::forward<CreationTimeT>(value);
49 template <
typename CreationTimeT = Aws::Utils::DateTime>
62 template <
typename IdT = Aws::String>
64 m_idHasBeenSet =
true;
65 m_id = std::forward<IdT>(value);
67 template <
typename IdT = Aws::String>
69 SetId(std::forward<IdT>(value));
81 template <
typename ModificationTimeT = Aws::Utils::DateTime>
83 m_modificationTimeHasBeenSet =
true;
84 m_modificationTime = std::forward<ModificationTimeT>(value);
86 template <
typename ModificationTimeT = Aws::Utils::DateTime>
99 template <
typename NameT = Aws::String>
101 m_nameHasBeenSet =
true;
102 m_name = std::forward<NameT>(value);
104 template <
typename NameT = Aws::String>
106 SetName(std::forward<NameT>(value));
117 template <
typename OwnerIdT = Aws::String>
119 m_ownerIdHasBeenSet =
true;
120 m_ownerId = std::forward<OwnerIdT>(value);
122 template <
typename OwnerIdT = Aws::String>
135 template <
typename ProfileIdT = Aws::String>
137 m_profileIdHasBeenSet =
true;
138 m_profileId = std::forward<ProfileIdT>(value);
140 template <
typename ProfileIdT = Aws::String>
153 template <
typename ResourceIdT = Aws::String>
155 m_resourceIdHasBeenSet =
true;
156 m_resourceId = std::forward<ResourceIdT>(value);
158 template <
typename ResourceIdT = Aws::String>
172 m_statusHasBeenSet =
true;
187 template <
typename StatusMessageT = Aws::String>
189 m_statusMessageHasBeenSet =
true;
190 m_statusMessage = std::forward<StatusMessageT>(value);
192 template <
typename StatusMessageT = Aws::String>
216 bool m_creationTimeHasBeenSet =
false;
217 bool m_idHasBeenSet =
false;
218 bool m_modificationTimeHasBeenSet =
false;
219 bool m_nameHasBeenSet =
false;
220 bool m_ownerIdHasBeenSet =
false;
221 bool m_profileIdHasBeenSet =
false;
222 bool m_resourceIdHasBeenSet =
false;
223 bool m_statusHasBeenSet =
false;
224 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