7#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/route53profiles/model/ShareStatus.h>
11#include <aws/route53profiles/model/ProfileStatus.h>
24namespace Route53Profiles
38 AWS_ROUTE53PROFILES_API
Profile() =
default;
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
63 template<
typename ClientTokenT = Aws::String>
64 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
65 template<
typename ClientTokenT = Aws::String>
76 template<
typename CreationTimeT = Aws::Utils::DateTime>
77 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
78 template<
typename CreationTimeT = Aws::Utils::DateTime>
88 template<
typename IdT = Aws::String>
89 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
90 template<
typename IdT = Aws::String>
101 template<
typename ModificationTimeT = Aws::Utils::DateTime>
102 void SetModificationTime(ModificationTimeT&& value) { m_modificationTimeHasBeenSet =
true; m_modificationTime = std::forward<ModificationTimeT>(value); }
103 template<
typename ModificationTimeT = Aws::Utils::DateTime>
113 template<
typename NameT = Aws::String>
114 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
115 template<
typename NameT = Aws::String>
125 template<
typename OwnerIdT = Aws::String>
126 void SetOwnerId(OwnerIdT&& value) { m_ownerIdHasBeenSet =
true; m_ownerId = std::forward<OwnerIdT>(value); }
127 template<
typename OwnerIdT = Aws::String>
157 template<
typename StatusMessageT = Aws::String>
158 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
159 template<
typename StatusMessageT = Aws::String>
165 bool m_arnHasBeenSet =
false;
168 bool m_clientTokenHasBeenSet =
false;
171 bool m_creationTimeHasBeenSet =
false;
174 bool m_idHasBeenSet =
false;
177 bool m_modificationTimeHasBeenSet =
false;
180 bool m_nameHasBeenSet =
false;
183 bool m_ownerIdHasBeenSet =
false;
186 bool m_shareStatusHasBeenSet =
false;
189 bool m_statusHasBeenSet =
false;
192 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