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>
11#include <aws/route53profiles/model/ShareStatus.h>
22namespace Route53Profiles {
33 AWS_ROUTE53PROFILES_API
Profile() =
default;
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
63 template <
typename ClientTokenT = Aws::String>
65 m_clientTokenHasBeenSet =
true;
66 m_clientToken = std::forward<ClientTokenT>(value);
68 template <
typename ClientTokenT = Aws::String>
82 template <
typename CreationTimeT = Aws::Utils::DateTime>
84 m_creationTimeHasBeenSet =
true;
85 m_creationTime = std::forward<CreationTimeT>(value);
87 template <
typename CreationTimeT = Aws::Utils::DateTime>
100 template <
typename IdT = Aws::String>
102 m_idHasBeenSet =
true;
103 m_id = std::forward<IdT>(value);
105 template <
typename IdT = Aws::String>
107 SetId(std::forward<IdT>(value));
119 template <
typename ModificationTimeT = Aws::Utils::DateTime>
121 m_modificationTimeHasBeenSet =
true;
122 m_modificationTime = std::forward<ModificationTimeT>(value);
124 template <
typename ModificationTimeT = Aws::Utils::DateTime>
137 template <
typename NameT = Aws::String>
139 m_nameHasBeenSet =
true;
140 m_name = std::forward<NameT>(value);
142 template <
typename NameT = Aws::String>
144 SetName(std::forward<NameT>(value));
155 template <
typename OwnerIdT = Aws::String>
157 m_ownerIdHasBeenSet =
true;
158 m_ownerId = std::forward<OwnerIdT>(value);
160 template <
typename OwnerIdT = Aws::String>
174 m_shareStatusHasBeenSet =
true;
175 m_shareStatus = value;
190 m_statusHasBeenSet =
true;
205 template <
typename StatusMessageT = Aws::String>
207 m_statusMessageHasBeenSet =
true;
208 m_statusMessage = std::forward<StatusMessageT>(value);
210 template <
typename StatusMessageT = Aws::String>
236 bool m_arnHasBeenSet =
false;
237 bool m_clientTokenHasBeenSet =
false;
238 bool m_creationTimeHasBeenSet =
false;
239 bool m_idHasBeenSet =
false;
240 bool m_modificationTimeHasBeenSet =
false;
241 bool m_nameHasBeenSet =
false;
242 bool m_ownerIdHasBeenSet =
false;
243 bool m_shareStatusHasBeenSet =
false;
244 bool m_statusHasBeenSet =
false;
245 bool m_statusMessageHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationTime() const
Profile & WithShareStatus(ShareStatus value)
void SetModificationTime(ModificationTimeT &&value)
bool NameHasBeenSet() const
bool ClientTokenHasBeenSet() const
Profile & WithCreationTime(CreationTimeT &&value)
Profile & WithOwnerId(OwnerIdT &&value)
const Aws::String & GetStatusMessage() const
bool ShareStatusHasBeenSet() const
AWS_ROUTE53PROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
ShareStatus GetShareStatus() const
Profile & WithId(IdT &&value)
const Aws::String & GetClientToken() const
Profile & WithName(NameT &&value)
bool ModificationTimeHasBeenSet() const
const Aws::String & GetOwnerId() const
bool ArnHasBeenSet() const
bool CreationTimeHasBeenSet() const
void SetStatusMessage(StatusMessageT &&value)
Profile & WithModificationTime(ModificationTimeT &&value)
AWS_ROUTE53PROFILES_API Profile()=default
Profile & WithStatusMessage(StatusMessageT &&value)
void SetCreationTime(CreationTimeT &&value)
void SetClientToken(ClientTokenT &&value)
void SetOwnerId(OwnerIdT &&value)
void SetName(NameT &&value)
void SetStatus(ProfileStatus value)
ProfileStatus GetStatus() const
AWS_ROUTE53PROFILES_API Profile(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
bool IdHasBeenSet() const
void SetShareStatus(ShareStatus value)
bool OwnerIdHasBeenSet() const
const Aws::String & GetName() const
bool StatusMessageHasBeenSet() const
Profile & WithArn(ArnT &&value)
const Aws::String & GetArn() const
Profile & WithClientToken(ClientTokenT &&value)
const Aws::Utils::DateTime & GetModificationTime() const
void SetArn(ArnT &&value)
AWS_ROUTE53PROFILES_API Profile & operator=(Aws::Utils::Json::JsonView jsonValue)
Profile & WithStatus(ProfileStatus value)
bool StatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue