7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/signer/SignerRequest.h>
10#include <aws/signer/Signer_EXPORTS.h>
38 template <
typename ProfileNameT = Aws::String>
40 m_profileNameHasBeenSet =
true;
41 m_profileName = std::forward<ProfileNameT>(value);
43 template <
typename ProfileNameT = Aws::String>
56 template <
typename ProfileOwnerT = Aws::String>
58 m_profileOwnerHasBeenSet =
true;
59 m_profileOwner = std::forward<ProfileOwnerT>(value);
61 template <
typename ProfileOwnerT = Aws::String>
74 template <
typename PayloadT = Aws::Utils::ByteBuffer>
76 m_payloadHasBeenSet =
true;
77 m_payload = std::forward<PayloadT>(value);
79 template <
typename PayloadT = Aws::Utils::ByteBuffer>
93 template <
typename PayloadFormatT = Aws::String>
95 m_payloadFormatHasBeenSet =
true;
96 m_payloadFormat = std::forward<PayloadFormatT>(value);
98 template <
typename PayloadFormatT = Aws::String>
106 bool m_profileNameHasBeenSet =
false;
109 bool m_profileOwnerHasBeenSet =
false;
112 bool m_payloadHasBeenSet =
false;
115 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