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>
72 bool m_spaceIdHasBeenSet =
false;
73 bool m_profileIdHasBeenSet =
false;
const Aws::String & GetSpaceId() const
GetAccessProfileRequest & WithSpaceId(SpaceIdT &&value)
GetAccessProfileRequest & WithProfileId(ProfileIdT &&value)
bool SpaceIdHasBeenSet() const
void SetSpaceId(SpaceIdT &&value)
void SetProfileId(ProfileIdT &&value)
AWS_CLOUDWATCHOMNI_API Aws::String SerializePayload() const override
const Aws::String & GetProfileId() const
AWS_CLOUDWATCHOMNI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ProfileIdHasBeenSet() const
AWS_CLOUDWATCHOMNI_API GetAccessProfileRequest()=default
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String