7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/signer/SignerRequest.h>
9#include <aws/signer/Signer_EXPORTS.h>
42 template <
typename ProfileNameT = Aws::String>
44 m_profileNameHasBeenSet =
true;
45 m_profileName = std::forward<ProfileNameT>(value);
47 template <
typename ProfileNameT = Aws::String>
60 template <
typename ProfileOwnerT = Aws::String>
62 m_profileOwnerHasBeenSet =
true;
63 m_profileOwner = std::forward<ProfileOwnerT>(value);
65 template <
typename ProfileOwnerT = Aws::String>
75 bool m_profileNameHasBeenSet =
false;
76 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