7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/signer/SignerRequest.h>
9#include <aws/signer/model/Source.h>
10#include <aws/signer/model/Destination.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/UUID.h>
45 inline void SetSource(
const Source& value) { m_sourceHasBeenSet =
true; m_source = value; }
46 inline void SetSource(
Source&& value) { m_sourceHasBeenSet =
true; m_source = std::move(value); }
72 inline void SetProfileName(
const char* value) { m_profileNameHasBeenSet =
true; m_profileName.assign(value); }
87 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
101 inline void SetProfileOwner(
const char* value) { m_profileOwnerHasBeenSet =
true; m_profileOwner.assign(value); }
109 bool m_sourceHasBeenSet =
false;
112 bool m_destinationHasBeenSet =
false;
115 bool m_profileNameHasBeenSet =
false;
118 bool m_clientRequestTokenHasBeenSet =
false;
121 bool m_profileOwnerHasBeenSet =
false;
bool DestinationHasBeenSet() const
bool ProfileNameHasBeenSet() const
void SetProfileOwner(Aws::String &&value)
StartSigningJobRequest & WithProfileName(Aws::String &&value)
bool ClientRequestTokenHasBeenSet() const
void SetDestination(Destination &&value)
void SetProfileName(Aws::String &&value)
void SetClientRequestToken(Aws::String &&value)
StartSigningJobRequest & WithClientRequestToken(Aws::String &&value)
const Destination & GetDestination() const
void SetSource(Source &&value)
StartSigningJobRequest & WithSource(const Source &value)
AWS_SIGNER_API Aws::String SerializePayload() const override
StartSigningJobRequest & WithClientRequestToken(const char *value)
StartSigningJobRequest & WithProfileName(const Aws::String &value)
AWS_SIGNER_API StartSigningJobRequest()
void SetDestination(const Destination &value)
StartSigningJobRequest & WithProfileName(const char *value)
void SetProfileName(const char *value)
StartSigningJobRequest & WithDestination(Destination &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetProfileOwner() const
bool ProfileOwnerHasBeenSet() const
StartSigningJobRequest & WithProfileOwner(Aws::String &&value)
void SetProfileName(const Aws::String &value)
void SetClientRequestToken(const Aws::String &value)
void SetSource(const Source &value)
StartSigningJobRequest & WithClientRequestToken(const Aws::String &value)
StartSigningJobRequest & WithDestination(const Destination &value)
void SetProfileOwner(const char *value)
bool SourceHasBeenSet() const
const Source & GetSource() const
StartSigningJobRequest & WithProfileOwner(const Aws::String &value)
StartSigningJobRequest & WithProfileOwner(const char *value)
void SetProfileOwner(const Aws::String &value)
void SetClientRequestToken(const char *value)
const Aws::String & GetProfileName() const
StartSigningJobRequest & WithSource(Source &&value)
const Aws::String & GetClientRequestToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String