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));
118 template <
typename OwnerIdT = Aws::String>
120 m_ownerIdHasBeenSet =
true;
121 m_ownerId = std::forward<OwnerIdT>(value);
123 template <
typename OwnerIdT = Aws::String>
136 template <
typename ProfileIdT = Aws::String>
138 m_profileIdHasBeenSet =
true;
139 m_profileId = std::forward<ProfileIdT>(value);
141 template <
typename ProfileIdT = Aws::String>
154 template <
typename ResourceArnT = Aws::String>
156 m_resourceArnHasBeenSet =
true;
157 m_resourceArn = std::forward<ResourceArnT>(value);
159 template <
typename ResourceArnT = Aws::String>
173 template <
typename ResourcePropertiesT = Aws::String>
175 m_resourcePropertiesHasBeenSet =
true;
176 m_resourceProperties = std::forward<ResourcePropertiesT>(value);
178 template <
typename ResourcePropertiesT = Aws::String>
192 template <
typename ResourceTypeT = Aws::String>
194 m_resourceTypeHasBeenSet =
true;
195 m_resourceType = std::forward<ResourceTypeT>(value);
197 template <
typename ResourceTypeT = Aws::String>
211 m_statusHasBeenSet =
true;
226 template <
typename StatusMessageT = Aws::String>
228 m_statusMessageHasBeenSet =
true;
229 m_statusMessage = std::forward<StatusMessageT>(value);
231 template <
typename StatusMessageT = Aws::String>
259 bool m_creationTimeHasBeenSet =
false;
260 bool m_idHasBeenSet =
false;
261 bool m_modificationTimeHasBeenSet =
false;
262 bool m_nameHasBeenSet =
false;
263 bool m_ownerIdHasBeenSet =
false;
264 bool m_profileIdHasBeenSet =
false;
265 bool m_resourceArnHasBeenSet =
false;
266 bool m_resourcePropertiesHasBeenSet =
false;
267 bool m_resourceTypeHasBeenSet =
false;
268 bool m_statusHasBeenSet =
false;
269 bool m_statusMessageHasBeenSet =
false;
bool OwnerIdHasBeenSet() const
AWS_ROUTE53PROFILES_API ProfileResourceAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
ProfileResourceAssociation & WithStatusMessage(StatusMessageT &&value)
const Aws::String & GetName() const
ProfileResourceAssociation & WithResourceArn(ResourceArnT &&value)
AWS_ROUTE53PROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetResourceType() const
bool ProfileIdHasBeenSet() const
bool ResourceTypeHasBeenSet() const
const Aws::String & GetResourceProperties() const
ProfileResourceAssociation & WithCreationTime(CreationTimeT &&value)
bool ResourcePropertiesHasBeenSet() const
void SetResourceArn(ResourceArnT &&value)
const Aws::String & GetId() const
const Aws::String & GetStatusMessage() const
bool NameHasBeenSet() const
bool IdHasBeenSet() const
ProfileResourceAssociation & WithModificationTime(ModificationTimeT &&value)
void SetName(NameT &&value)
const Aws::String & GetOwnerId() const
bool StatusHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
ProfileResourceAssociation & WithStatus(ProfileStatus value)
ProfileResourceAssociation & WithProfileId(ProfileIdT &&value)
AWS_ROUTE53PROFILES_API ProfileResourceAssociation()=default
ProfileResourceAssociation & WithResourceType(ResourceTypeT &&value)
ProfileResourceAssociation & WithResourceProperties(ResourcePropertiesT &&value)
bool ModificationTimeHasBeenSet() const
void SetResourceType(ResourceTypeT &&value)
ProfileResourceAssociation & WithId(IdT &&value)
bool ResourceArnHasBeenSet() const
const Aws::String & GetResourceArn() const
void SetResourceProperties(ResourcePropertiesT &&value)
AWS_ROUTE53PROFILES_API ProfileResourceAssociation(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetModificationTime() const
void SetModificationTime(ModificationTimeT &&value)
void SetProfileId(ProfileIdT &&value)
bool StatusMessageHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetStatusMessage(StatusMessageT &&value)
ProfileStatus GetStatus() const
const Aws::String & GetProfileId() const
ProfileResourceAssociation & WithName(NameT &&value)
ProfileResourceAssociation & WithOwnerId(OwnerIdT &&value)
void SetStatus(ProfileStatus value)
bool CreationTimeHasBeenSet() const
void SetOwnerId(OwnerIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue