7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace WellArchitected
49 inline void SetProfileArn(
const char* value) { m_profileArnHasBeenSet =
true; m_profileArn.assign(value); }
63 inline void SetProfileVersion(
const char* value) { m_profileVersionHasBeenSet =
true; m_profileVersion.assign(value); }
71 bool m_profileArnHasBeenSet =
false;
74 bool m_profileVersionHasBeenSet =
false;
GetProfileRequest & WithProfileVersion(const Aws::String &value)
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
void SetProfileVersion(const Aws::String &value)
const Aws::String & GetProfileArn() const
bool ProfileArnHasBeenSet() const
AWS_WELLARCHITECTED_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetProfileArn(Aws::String &&value)
void SetProfileArn(const char *value)
bool ProfileVersionHasBeenSet() const
void SetProfileVersion(const char *value)
void SetProfileArn(const Aws::String &value)
GetProfileRequest & WithProfileArn(Aws::String &&value)
void SetProfileVersion(Aws::String &&value)
GetProfileRequest & WithProfileArn(const char *value)
virtual const char * GetServiceRequestName() const override
AWS_WELLARCHITECTED_API GetProfileRequest()
GetProfileRequest & WithProfileVersion(Aws::String &&value)
GetProfileRequest & WithProfileArn(const Aws::String &value)
const Aws::String & GetProfileVersion() const
GetProfileRequest & WithProfileVersion(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String