7#include <aws/cloudwatchomni/CloudWatchOmni_EXPORTS.h>
8#include <aws/cloudwatchomni/model/AccessProfileType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/crt/cbor/Cbor.h>
20namespace CloudWatchOmni {
34 AWS_CLOUDWATCHOMNI_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
42 template <
typename ProfileIdT = Aws::String>
44 m_profileIdHasBeenSet =
true;
45 m_profileId = std::forward<ProfileIdT>(value);
47 template <
typename ProfileIdT = Aws::String>
60 template <
typename ArnT = Aws::String>
62 m_arnHasBeenSet =
true;
63 m_arn = std::forward<ArnT>(value);
65 template <
typename ArnT = Aws::String>
67 SetArn(std::forward<ArnT>(value));
78 template <
typename NameT = Aws::String>
80 m_nameHasBeenSet =
true;
81 m_name = std::forward<NameT>(value);
83 template <
typename NameT = Aws::String>
85 SetName(std::forward<NameT>(value));
96 template <
typename DescriptionT = Aws::String>
98 m_descriptionHasBeenSet =
true;
99 m_description = std::forward<DescriptionT>(value);
101 template <
typename DescriptionT = Aws::String>
115 m_profileTypeHasBeenSet =
true;
116 m_profileType = value;
133 bool m_profileIdHasBeenSet =
false;
134 bool m_arnHasBeenSet =
false;
135 bool m_nameHasBeenSet =
false;
136 bool m_descriptionHasBeenSet =
false;
137 bool m_profileTypeHasBeenSet =
false;
void SetProfileId(ProfileIdT &&value)
AccessProfileSummary & WithName(NameT &&value)
const Aws::String & GetArn() const
const Aws::String & GetProfileId() const
AWS_CLOUDWATCHOMNI_API AccessProfileSummary & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
void SetName(NameT &&value)
bool ProfileIdHasBeenSet() const
AWS_CLOUDWATCHOMNI_API AccessProfileSummary()=default
bool ArnHasBeenSet() const
AccessProfileSummary & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetArn(ArnT &&value)
AWS_CLOUDWATCHOMNI_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
void SetProfileType(AccessProfileType value)
AccessProfileType GetProfileType() const
AccessProfileSummary & WithArn(ArnT &&value)
AccessProfileSummary & WithProfileId(ProfileIdT &&value)
AWS_CLOUDWATCHOMNI_API AccessProfileSummary(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
const Aws::String & GetName() const
AccessProfileSummary & WithProfileType(AccessProfileType value)
bool ProfileTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String