7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/signer/SignerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/Array.h>
42 template<
typename ProfileNameT = Aws::String>
43 void SetProfileName(ProfileNameT&& value) { m_profileNameHasBeenSet =
true; m_profileName = std::forward<ProfileNameT>(value); }
44 template<
typename ProfileNameT = Aws::String>
54 template<
typename ProfileOwnerT = Aws::String>
55 void SetProfileOwner(ProfileOwnerT&& value) { m_profileOwnerHasBeenSet =
true; m_profileOwner = std::forward<ProfileOwnerT>(value); }
56 template<
typename ProfileOwnerT = Aws::String>
66 template<
typename PayloadT = Aws::Utils::ByteBuffer>
67 void SetPayload(PayloadT&& value) { m_payloadHasBeenSet =
true; m_payload = std::forward<PayloadT>(value); }
68 template<
typename PayloadT = Aws::Utils::ByteBuffer>
79 template<
typename PayloadFormatT = Aws::String>
80 void SetPayloadFormat(PayloadFormatT&& value) { m_payloadFormatHasBeenSet =
true; m_payloadFormat = std::forward<PayloadFormatT>(value); }
81 template<
typename PayloadFormatT = Aws::String>
87 bool m_profileNameHasBeenSet =
false;
90 bool m_profileOwnerHasBeenSet =
false;
93 bool m_payloadHasBeenSet =
false;
96 bool m_payloadFormatHasBeenSet =
false;
SignPayloadRequest & WithPayloadFormat(PayloadFormatT &&value)
SignPayloadRequest & WithProfileOwner(ProfileOwnerT &&value)
SignPayloadRequest & WithProfileName(ProfileNameT &&value)
bool ProfileNameHasBeenSet() const
const Aws::String & GetProfileName() const
bool ProfileOwnerHasBeenSet() const
void SetPayloadFormat(PayloadFormatT &&value)
bool PayloadFormatHasBeenSet() const
const Aws::String & GetProfileOwner() const
const Aws::Utils::ByteBuffer & GetPayload() const
void SetPayload(PayloadT &&value)
void SetProfileName(ProfileNameT &&value)
bool PayloadHasBeenSet() const
const Aws::String & GetPayloadFormat() const
virtual const char * GetServiceRequestName() const override
AWS_SIGNER_API SignPayloadRequest()=default
SignPayloadRequest & WithPayload(PayloadT &&value)
void SetProfileOwner(ProfileOwnerT &&value)
AWS_SIGNER_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String