7#include <aws/cloudwatchomni/CloudWatchOmniRequest.h>
8#include <aws/cloudwatchomni/CloudWatchOmni_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudWatchOmni {
39 template <
typename SpaceIdT = Aws::String>
41 m_spaceIdHasBeenSet =
true;
42 m_spaceId = std::forward<SpaceIdT>(value);
44 template <
typename SpaceIdT = Aws::String>
57 template <
typename ProfileIdT = Aws::String>
59 m_profileIdHasBeenSet =
true;
60 m_profileId = std::forward<ProfileIdT>(value);
62 template <
typename ProfileIdT = Aws::String>
75 template <
typename NameT = Aws::String>
77 m_nameHasBeenSet =
true;
78 m_name = std::forward<NameT>(value);
80 template <
typename NameT = Aws::String>
82 SetName(std::forward<NameT>(value));
93 template <
typename DescriptionT = Aws::String>
95 m_descriptionHasBeenSet =
true;
96 m_description = std::forward<DescriptionT>(value);
98 template <
typename DescriptionT = Aws::String>
112 bool m_spaceIdHasBeenSet =
false;
113 bool m_profileIdHasBeenSet =
false;
114 bool m_nameHasBeenSet =
false;
115 bool m_descriptionHasBeenSet =
false;
bool ProfileIdHasBeenSet() const
bool DescriptionHasBeenSet() const
bool SpaceIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetProfileId(ProfileIdT &&value)
UpdateAccessProfileRequest & WithName(NameT &&value)
UpdateAccessProfileRequest & WithProfileId(ProfileIdT &&value)
AWS_CLOUDWATCHOMNI_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
void SetDescription(DescriptionT &&value)
AWS_CLOUDWATCHOMNI_API UpdateAccessProfileRequest()=default
void SetSpaceId(SpaceIdT &&value)
bool NameHasBeenSet() const
UpdateAccessProfileRequest & WithSpaceId(SpaceIdT &&value)
const Aws::String & GetProfileId() const
void SetName(NameT &&value)
AWS_CLOUDWATCHOMNI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetDescription() const
UpdateAccessProfileRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetSpaceId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String