7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/signer/SignerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetProfileName(
const char* value) { m_profileNameHasBeenSet =
true; m_profileName.assign(value); }
63 inline void SetProfileOwner(
const char* value) { m_profileOwnerHasBeenSet =
true; m_profileOwner.assign(value); }
71 bool m_profileNameHasBeenSet =
false;
74 bool m_profileOwnerHasBeenSet =
false;
AWS_SIGNER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_SIGNER_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
GetSigningProfileRequest & WithProfileOwner(const char *value)
GetSigningProfileRequest & WithProfileOwner(const Aws::String &value)
void SetProfileName(const char *value)
GetSigningProfileRequest & WithProfileName(Aws::String &&value)
bool ProfileOwnerHasBeenSet() const
const Aws::String & GetProfileOwner() const
void SetProfileOwner(const char *value)
GetSigningProfileRequest & WithProfileName(const char *value)
const Aws::String & GetProfileName() const
bool ProfileNameHasBeenSet() const
void SetProfileName(const Aws::String &value)
void SetProfileName(Aws::String &&value)
AWS_SIGNER_API GetSigningProfileRequest()
GetSigningProfileRequest & WithProfileOwner(Aws::String &&value)
GetSigningProfileRequest & WithProfileName(const Aws::String &value)
void SetProfileOwner(Aws::String &&value)
void SetProfileOwner(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String