7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/signer/SignerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ProfileNameT = Aws::String>
42 void SetProfileName(ProfileNameT&& value) { m_profileNameHasBeenSet =
true; m_profileName = std::forward<ProfileNameT>(value); }
43 template<
typename ProfileNameT = Aws::String>
49 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