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 template<
typename SourceT = Source>
46 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
47 template<
typename SourceT = Source>
58 template<
typename DestinationT = Destination>
59 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
60 template<
typename DestinationT = Destination>
70 template<
typename ProfileNameT = Aws::String>
71 void SetProfileName(ProfileNameT&& value) { m_profileNameHasBeenSet =
true; m_profileName = std::forward<ProfileNameT>(value); }
72 template<
typename ProfileNameT = Aws::String>
83 template<
typename ClientRequestTokenT = Aws::String>
84 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
85 template<
typename ClientRequestTokenT = Aws::String>
95 template<
typename ProfileOwnerT = Aws::String>
96 void SetProfileOwner(ProfileOwnerT&& value) { m_profileOwnerHasBeenSet =
true; m_profileOwner = std::forward<ProfileOwnerT>(value); }
97 template<
typename ProfileOwnerT = Aws::String>
103 bool m_sourceHasBeenSet =
false;
106 bool m_destinationHasBeenSet =
false;
109 bool m_profileNameHasBeenSet =
false;
112 bool m_clientRequestTokenHasBeenSet =
true;
115 bool m_profileOwnerHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
bool DestinationHasBeenSet() const
bool ProfileNameHasBeenSet() const
bool ClientRequestTokenHasBeenSet() const
StartSigningJobRequest & WithProfileName(ProfileNameT &&value)
void SetSource(SourceT &&value)
const Destination & GetDestination() const
StartSigningJobRequest & WithProfileOwner(ProfileOwnerT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
AWS_SIGNER_API Aws::String SerializePayload() const override
StartSigningJobRequest & WithClientRequestToken(ClientRequestTokenT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetProfileOwner() const
StartSigningJobRequest & WithDestination(DestinationT &&value)
bool ProfileOwnerHasBeenSet() const
StartSigningJobRequest & WithSource(SourceT &&value)
void SetProfileOwner(ProfileOwnerT &&value)
bool SourceHasBeenSet() const
const Source & GetSource() const
AWS_SIGNER_API StartSigningJobRequest()=default
const Aws::String & GetProfileName() const
const Aws::String & GetClientRequestToken() const
void SetProfileName(ProfileNameT &&value)
void SetDestination(DestinationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String