7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/signer/Signer_EXPORTS.h>
10#include <aws/signer/model/SignedObject.h>
11#include <aws/signer/model/SigningMaterial.h>
12#include <aws/signer/model/SigningStatus.h>
13#include <aws/signer/model/Source.h>
45 template <
typename JobIdT = Aws::String>
47 m_jobIdHasBeenSet =
true;
48 m_jobId = std::forward<JobIdT>(value);
50 template <
typename JobIdT = Aws::String>
52 SetJobId(std::forward<JobIdT>(value));
64 template <
typename SourceT = Source>
66 m_sourceHasBeenSet =
true;
67 m_source = std::forward<SourceT>(value);
69 template <
typename SourceT = Source>
83 template <
typename SignedObjectT = SignedObject>
85 m_signedObjectHasBeenSet =
true;
86 m_signedObject = std::forward<SignedObjectT>(value);
88 template <
typename SignedObjectT = SignedObject>
102 template <
typename SigningMaterialT = SigningMaterial>
104 m_signingMaterialHasBeenSet =
true;
105 m_signingMaterial = std::forward<SigningMaterialT>(value);
107 template <
typename SigningMaterialT = SigningMaterial>
120 template <
typename CreatedAtT = Aws::Utils::DateTime>
122 m_createdAtHasBeenSet =
true;
123 m_createdAt = std::forward<CreatedAtT>(value);
125 template <
typename CreatedAtT = Aws::Utils::DateTime>
139 m_statusHasBeenSet =
true;
155 m_isRevokedHasBeenSet =
true;
170 template <
typename ProfileNameT = Aws::String>
172 m_profileNameHasBeenSet =
true;
173 m_profileName = std::forward<ProfileNameT>(value);
175 template <
typename ProfileNameT = Aws::String>
188 template <
typename ProfileVersionT = Aws::String>
190 m_profileVersionHasBeenSet =
true;
191 m_profileVersion = std::forward<ProfileVersionT>(value);
193 template <
typename ProfileVersionT = Aws::String>
206 template <
typename PlatformIdT = Aws::String>
208 m_platformIdHasBeenSet =
true;
209 m_platformId = std::forward<PlatformIdT>(value);
211 template <
typename PlatformIdT = Aws::String>
224 template <
typename PlatformDisplayNameT = Aws::String>
226 m_platformDisplayNameHasBeenSet =
true;
227 m_platformDisplayName = std::forward<PlatformDisplayNameT>(value);
229 template <
typename PlatformDisplayNameT = Aws::String>
242 template <
typename SignatureExpiresAtT = Aws::Utils::DateTime>
244 m_signatureExpiresAtHasBeenSet =
true;
245 m_signatureExpiresAt = std::forward<SignatureExpiresAtT>(value);
247 template <
typename SignatureExpiresAtT = Aws::Utils::DateTime>
260 template <
typename JobOwnerT = Aws::String>
262 m_jobOwnerHasBeenSet =
true;
263 m_jobOwner = std::forward<JobOwnerT>(value);
265 template <
typename JobOwnerT = Aws::String>
278 template <
typename JobInvokerT = Aws::String>
280 m_jobInvokerHasBeenSet =
true;
281 m_jobInvoker = std::forward<JobInvokerT>(value);
283 template <
typename JobInvokerT = Aws::String>
302 bool m_isRevoked{
false};
317 bool m_jobIdHasBeenSet =
false;
318 bool m_sourceHasBeenSet =
false;
319 bool m_signedObjectHasBeenSet =
false;
320 bool m_signingMaterialHasBeenSet =
false;
321 bool m_createdAtHasBeenSet =
false;
322 bool m_statusHasBeenSet =
false;
323 bool m_isRevokedHasBeenSet =
false;
324 bool m_profileNameHasBeenSet =
false;
325 bool m_profileVersionHasBeenSet =
false;
326 bool m_platformIdHasBeenSet =
false;
327 bool m_platformDisplayNameHasBeenSet =
false;
328 bool m_signatureExpiresAtHasBeenSet =
false;
329 bool m_jobOwnerHasBeenSet =
false;
330 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