7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53profiles/Route53Profiles_EXPORTS.h>
9#include <aws/route53profiles/model/ShareStatus.h>
20namespace Route53Profiles {
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
59 template <
typename IdT = Aws::String>
61 m_idHasBeenSet =
true;
62 m_id = std::forward<IdT>(value);
64 template <
typename IdT = Aws::String>
66 SetId(std::forward<IdT>(value));
77 template <
typename NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
96 m_shareStatusHasBeenSet =
true;
97 m_shareStatus = value;
112 bool m_arnHasBeenSet =
false;
113 bool m_idHasBeenSet =
false;
114 bool m_nameHasBeenSet =
false;
115 bool m_shareStatusHasBeenSet =
false;
const Aws::String & GetName() const
AWS_ROUTE53PROFILES_API ProfileSummary(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
AWS_ROUTE53PROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
ProfileSummary & WithArn(ArnT &&value)
bool NameHasBeenSet() const
ShareStatus GetShareStatus() const
bool ShareStatusHasBeenSet() const
void SetArn(ArnT &&value)
ProfileSummary & WithShareStatus(ShareStatus value)
const Aws::String & GetArn() const
const Aws::String & GetId() const
ProfileSummary & WithName(NameT &&value)
AWS_ROUTE53PROFILES_API ProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ROUTE53PROFILES_API ProfileSummary()=default
void SetShareStatus(ShareStatus value)
ProfileSummary & WithId(IdT &&value)
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue