7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/signer/SignerRequest.h>
9#include <aws/signer/Signer_EXPORTS.h>
37 template <
typename ProfileNameT = Aws::String>
39 m_profileNameHasBeenSet =
true;
40 m_profileName = std::forward<ProfileNameT>(value);
42 template <
typename ProfileNameT = Aws::String>
50 bool m_profileNameHasBeenSet =
false;
bool ProfileNameHasBeenSet() const
void SetProfileName(ProfileNameT &&value)
AWS_SIGNER_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_SIGNER_API CancelSigningProfileRequest()=default
CancelSigningProfileRequest & WithProfileName(ProfileNameT &&value)
const Aws::String & GetProfileName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String