7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/signer/model/Source.h>
10#include <aws/signer/model/SignedObject.h>
11#include <aws/signer/model/SigningMaterial.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/signer/model/SigningStatus.h>
51 template<
typename JobIdT = Aws::String>
52 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
53 template<
typename JobIdT = Aws::String>
64 template<
typename SourceT = Source>
65 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
66 template<
typename SourceT = Source>
77 template<
typename SignedObjectT = SignedObject>
78 void SetSignedObject(SignedObjectT&& value) { m_signedObjectHasBeenSet =
true; m_signedObject = std::forward<SignedObjectT>(value); }
79 template<
typename SignedObjectT = SignedObject>
90 template<
typename SigningMaterialT = SigningMaterial>
91 void SetSigningMaterial(SigningMaterialT&& value) { m_signingMaterialHasBeenSet =
true; m_signingMaterial = std::forward<SigningMaterialT>(value); }
92 template<
typename SigningMaterialT = SigningMaterial>
102 template<
typename CreatedAtT = Aws::Utils::DateTime>
103 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
104 template<
typename CreatedAtT = Aws::Utils::DateTime>
124 inline void SetIsRevoked(
bool value) { m_isRevokedHasBeenSet =
true; m_isRevoked = value; }
134 template<
typename ProfileNameT = Aws::String>
135 void SetProfileName(ProfileNameT&& value) { m_profileNameHasBeenSet =
true; m_profileName = std::forward<ProfileNameT>(value); }
136 template<
typename ProfileNameT = Aws::String>
146 template<
typename ProfileVersionT = Aws::String>
147 void SetProfileVersion(ProfileVersionT&& value) { m_profileVersionHasBeenSet =
true; m_profileVersion = std::forward<ProfileVersionT>(value); }
148 template<
typename ProfileVersionT = Aws::String>
158 template<
typename PlatformIdT = Aws::String>
159 void SetPlatformId(PlatformIdT&& value) { m_platformIdHasBeenSet =
true; m_platformId = std::forward<PlatformIdT>(value); }
160 template<
typename PlatformIdT = Aws::String>
170 template<
typename PlatformDisplayNameT = Aws::String>
171 void SetPlatformDisplayName(PlatformDisplayNameT&& value) { m_platformDisplayNameHasBeenSet =
true; m_platformDisplayName = std::forward<PlatformDisplayNameT>(value); }
172 template<
typename PlatformDisplayNameT = Aws::String>
182 template<
typename SignatureExpiresAtT = Aws::Utils::DateTime>
183 void SetSignatureExpiresAt(SignatureExpiresAtT&& value) { m_signatureExpiresAtHasBeenSet =
true; m_signatureExpiresAt = std::forward<SignatureExpiresAtT>(value); }
184 template<
typename SignatureExpiresAtT = Aws::Utils::DateTime>
194 template<
typename JobOwnerT = Aws::String>
195 void SetJobOwner(JobOwnerT&& value) { m_jobOwnerHasBeenSet =
true; m_jobOwner = std::forward<JobOwnerT>(value); }
196 template<
typename JobOwnerT = Aws::String>
206 template<
typename JobInvokerT = Aws::String>
207 void SetJobInvoker(JobInvokerT&& value) { m_jobInvokerHasBeenSet =
true; m_jobInvoker = std::forward<JobInvokerT>(value); }
208 template<
typename JobInvokerT = Aws::String>
214 bool m_jobIdHasBeenSet =
false;
217 bool m_sourceHasBeenSet =
false;
220 bool m_signedObjectHasBeenSet =
false;
223 bool m_signingMaterialHasBeenSet =
false;
226 bool m_createdAtHasBeenSet =
false;
229 bool m_statusHasBeenSet =
false;
231 bool m_isRevoked{
false};
232 bool m_isRevokedHasBeenSet =
false;
235 bool m_profileNameHasBeenSet =
false;
238 bool m_profileVersionHasBeenSet =
false;
241 bool m_platformIdHasBeenSet =
false;
244 bool m_platformDisplayNameHasBeenSet =
false;
247 bool m_signatureExpiresAtHasBeenSet =
false;
250 bool m_jobOwnerHasBeenSet =
false;
253 bool m_jobInvokerHasBeenSet =
false;
AWS_SIGNER_API SigningJob()=default
const Aws::String & GetJobOwner() const
SigningJob & WithJobId(JobIdT &&value)
const SigningMaterial & GetSigningMaterial() const
const Aws::String & GetProfileName() const
bool ProfileNameHasBeenSet() const
AWS_SIGNER_API Aws::Utils::Json::JsonValue Jsonize() const
SigningJob & WithProfileVersion(ProfileVersionT &&value)
SigningJob & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetPlatformId() const
void SetPlatformDisplayName(PlatformDisplayNameT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool JobInvokerHasBeenSet() const
const Aws::String & GetJobId() const
void SetSignedObject(SignedObjectT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetProfileVersion() const
SigningJob & WithPlatformDisplayName(PlatformDisplayNameT &&value)
SigningJob & WithSigningMaterial(SigningMaterialT &&value)
void SetSource(SourceT &&value)
SigningJob & WithIsRevoked(bool value)
bool StatusHasBeenSet() const
const Source & GetSource() const
SigningJob & WithProfileName(ProfileNameT &&value)
AWS_SIGNER_API SigningJob & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SourceHasBeenSet() const
const Aws::String & GetPlatformDisplayName() const
SigningJob & WithSignedObject(SignedObjectT &&value)
const Aws::String & GetJobInvoker() const
void SetSigningMaterial(SigningMaterialT &&value)
void SetPlatformId(PlatformIdT &&value)
SigningJob & WithJobOwner(JobOwnerT &&value)
bool GetIsRevoked() const
void SetIsRevoked(bool value)
bool CreatedAtHasBeenSet() const
void SetJobOwner(JobOwnerT &&value)
SigningJob & WithSource(SourceT &&value)
SigningJob & WithJobInvoker(JobInvokerT &&value)
SigningJob & WithSignatureExpiresAt(SignatureExpiresAtT &&value)
void SetJobInvoker(JobInvokerT &&value)
bool SigningMaterialHasBeenSet() const
void SetStatus(SigningStatus value)
bool PlatformDisplayNameHasBeenSet() const
bool JobOwnerHasBeenSet() const
bool SignatureExpiresAtHasBeenSet() const
SigningJob & WithPlatformId(PlatformIdT &&value)
void SetProfileVersion(ProfileVersionT &&value)
const SignedObject & GetSignedObject() const
bool JobIdHasBeenSet() const
const Aws::Utils::DateTime & GetSignatureExpiresAt() const
void SetJobId(JobIdT &&value)
AWS_SIGNER_API SigningJob(Aws::Utils::Json::JsonView jsonValue)
bool SignedObjectHasBeenSet() const
bool PlatformIdHasBeenSet() const
bool IsRevokedHasBeenSet() const
bool ProfileVersionHasBeenSet() const
SigningJob & WithStatus(SigningStatus value)
void SetProfileName(ProfileNameT &&value)
SigningStatus GetStatus() const
void SetSignatureExpiresAt(SignatureExpiresAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue