7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/signer/SignerRequest.h>
10#include <aws/signer/Signer_EXPORTS.h>
11#include <aws/signer/model/Destination.h>
12#include <aws/signer/model/Source.h>
41 template <
typename SourceT = Source>
43 m_sourceHasBeenSet =
true;
44 m_source = std::forward<SourceT>(value);
46 template <
typename SourceT = Source>
60 template <
typename DestinationT = Destination>
62 m_destinationHasBeenSet =
true;
63 m_destination = std::forward<DestinationT>(value);
65 template <
typename DestinationT = Destination>
78 template <
typename ProfileNameT = Aws::String>
80 m_profileNameHasBeenSet =
true;
81 m_profileName = std::forward<ProfileNameT>(value);
83 template <
typename ProfileNameT = Aws::String>
97 template <
typename ClientRequestTokenT = Aws::String>
99 m_clientRequestTokenHasBeenSet =
true;
100 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
102 template <
typename ClientRequestTokenT = Aws::String>
115 template <
typename ProfileOwnerT = Aws::String>
117 m_profileOwnerHasBeenSet =
true;
118 m_profileOwner = std::forward<ProfileOwnerT>(value);
120 template <
typename ProfileOwnerT = Aws::String>
136 bool m_sourceHasBeenSet =
false;
137 bool m_destinationHasBeenSet =
false;
138 bool m_profileNameHasBeenSet =
false;
139 bool m_clientRequestTokenHasBeenSet =
true;
140 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