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>
44 inline void SetProfileName(
const char* value) { m_profileNameHasBeenSet =
true; m_profileName.assign(value); }
58 inline void SetProfileOwner(
const char* value) { m_profileOwnerHasBeenSet =
true; m_profileOwner.assign(value); }
85 inline void SetPayloadFormat(
const char* value) { m_payloadFormatHasBeenSet =
true; m_payloadFormat.assign(value); }
93 bool m_profileNameHasBeenSet =
false;
96 bool m_profileOwnerHasBeenSet =
false;
99 bool m_payloadHasBeenSet =
false;
102 bool m_payloadFormatHasBeenSet =
false;
SignPayloadRequest & WithPayload(const Aws::Utils::ByteBuffer &value)
AWS_SIGNER_API SignPayloadRequest()
void SetProfileOwner(Aws::String &&value)
void SetPayloadFormat(const char *value)
void SetProfileOwner(const Aws::String &value)
SignPayloadRequest & WithPayloadFormat(const char *value)
void SetProfileName(const char *value)
SignPayloadRequest & WithPayloadFormat(const Aws::String &value)
SignPayloadRequest & WithProfileName(const Aws::String &value)
void SetProfileName(Aws::String &&value)
void SetPayload(const Aws::Utils::ByteBuffer &value)
bool ProfileNameHasBeenSet() const
SignPayloadRequest & WithPayloadFormat(Aws::String &&value)
const Aws::String & GetProfileName() const
void SetProfileOwner(const char *value)
bool ProfileOwnerHasBeenSet() const
SignPayloadRequest & WithProfileOwner(const char *value)
bool PayloadFormatHasBeenSet() const
void SetPayloadFormat(const Aws::String &value)
void SetProfileName(const Aws::String &value)
SignPayloadRequest & WithProfileOwner(Aws::String &&value)
const Aws::String & GetProfileOwner() const
SignPayloadRequest & WithProfileName(Aws::String &&value)
const Aws::Utils::ByteBuffer & GetPayload() const
SignPayloadRequest & WithProfileName(const char *value)
bool PayloadHasBeenSet() const
const Aws::String & GetPayloadFormat() const
virtual const char * GetServiceRequestName() const override
SignPayloadRequest & WithPayload(Aws::Utils::ByteBuffer &&value)
void SetPayload(Aws::Utils::ByteBuffer &&value)
void SetPayloadFormat(Aws::String &&value)
SignPayloadRequest & WithProfileOwner(const Aws::String &value)
AWS_SIGNER_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String