7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/signer/SignerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ProfileNameT = Aws::String>
48 void SetProfileName(ProfileNameT&& value) { m_profileNameHasBeenSet =
true; m_profileName = std::forward<ProfileNameT>(value); }
49 template<
typename ProfileNameT = Aws::String>
59 template<
typename ProfileOwnerT = Aws::String>
60 void SetProfileOwner(ProfileOwnerT&& value) { m_profileOwnerHasBeenSet =
true; m_profileOwner = std::forward<ProfileOwnerT>(value); }
61 template<
typename ProfileOwnerT = Aws::String>
67 bool m_profileNameHasBeenSet =
false;
70 bool m_profileOwnerHasBeenSet =
false;
AWS_SIGNER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetSigningProfileRequest & WithProfileOwner(ProfileOwnerT &&value)
AWS_SIGNER_API Aws::String SerializePayload() const override
void SetProfileName(ProfileNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_SIGNER_API GetSigningProfileRequest()=default
bool ProfileOwnerHasBeenSet() const
const Aws::String & GetProfileOwner() const
void SetProfileOwner(ProfileOwnerT &&value)
const Aws::String & GetProfileName() const
bool ProfileNameHasBeenSet() const
GetSigningProfileRequest & WithProfileName(ProfileNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String