@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidateAssessmentReportIntegrityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ValidateAssessmentReportIntegrityResult() |
Modifier and Type | Method and Description |
---|---|
ValidateAssessmentReportIntegrityResult |
clone() |
boolean |
equals(Object obj) |
String |
getSignatureAlgorithm()
The signature algorithm that's used to code sign the assessment report file.
|
String |
getSignatureDateTime()
The date and time signature that specifies when the assessment report was created.
|
String |
getSignatureKeyId()
The unique identifier for the validation signature key.
|
Boolean |
getSignatureValid()
Specifies whether the signature key is valid.
|
List<String> |
getValidationErrors()
Represents any errors that occurred when validating the assessment report.
|
int |
hashCode() |
Boolean |
isSignatureValid()
Specifies whether the signature key is valid.
|
void |
setSignatureAlgorithm(String signatureAlgorithm)
The signature algorithm that's used to code sign the assessment report file.
|
void |
setSignatureDateTime(String signatureDateTime)
The date and time signature that specifies when the assessment report was created.
|
void |
setSignatureKeyId(String signatureKeyId)
The unique identifier for the validation signature key.
|
void |
setSignatureValid(Boolean signatureValid)
Specifies whether the signature key is valid.
|
void |
setValidationErrors(Collection<String> validationErrors)
Represents any errors that occurred when validating the assessment report.
|
String |
toString()
Returns a string representation of this object.
|
ValidateAssessmentReportIntegrityResult |
withSignatureAlgorithm(String signatureAlgorithm)
The signature algorithm that's used to code sign the assessment report file.
|
ValidateAssessmentReportIntegrityResult |
withSignatureDateTime(String signatureDateTime)
The date and time signature that specifies when the assessment report was created.
|
ValidateAssessmentReportIntegrityResult |
withSignatureKeyId(String signatureKeyId)
The unique identifier for the validation signature key.
|
ValidateAssessmentReportIntegrityResult |
withSignatureValid(Boolean signatureValid)
Specifies whether the signature key is valid.
|
ValidateAssessmentReportIntegrityResult |
withValidationErrors(Collection<String> validationErrors)
Represents any errors that occurred when validating the assessment report.
|
ValidateAssessmentReportIntegrityResult |
withValidationErrors(String... validationErrors)
Represents any errors that occurred when validating the assessment report.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ValidateAssessmentReportIntegrityResult()
public void setSignatureValid(Boolean signatureValid)
Specifies whether the signature key is valid.
signatureValid
- Specifies whether the signature key is valid.public Boolean getSignatureValid()
Specifies whether the signature key is valid.
public ValidateAssessmentReportIntegrityResult withSignatureValid(Boolean signatureValid)
Specifies whether the signature key is valid.
signatureValid
- Specifies whether the signature key is valid.public Boolean isSignatureValid()
Specifies whether the signature key is valid.
public void setSignatureAlgorithm(String signatureAlgorithm)
The signature algorithm that's used to code sign the assessment report file.
signatureAlgorithm
- The signature algorithm that's used to code sign the assessment report file.public String getSignatureAlgorithm()
The signature algorithm that's used to code sign the assessment report file.
public ValidateAssessmentReportIntegrityResult withSignatureAlgorithm(String signatureAlgorithm)
The signature algorithm that's used to code sign the assessment report file.
signatureAlgorithm
- The signature algorithm that's used to code sign the assessment report file.public void setSignatureDateTime(String signatureDateTime)
The date and time signature that specifies when the assessment report was created.
signatureDateTime
- The date and time signature that specifies when the assessment report was created.public String getSignatureDateTime()
The date and time signature that specifies when the assessment report was created.
public ValidateAssessmentReportIntegrityResult withSignatureDateTime(String signatureDateTime)
The date and time signature that specifies when the assessment report was created.
signatureDateTime
- The date and time signature that specifies when the assessment report was created.public void setSignatureKeyId(String signatureKeyId)
The unique identifier for the validation signature key.
signatureKeyId
- The unique identifier for the validation signature key.public String getSignatureKeyId()
The unique identifier for the validation signature key.
public ValidateAssessmentReportIntegrityResult withSignatureKeyId(String signatureKeyId)
The unique identifier for the validation signature key.
signatureKeyId
- The unique identifier for the validation signature key.public List<String> getValidationErrors()
Represents any errors that occurred when validating the assessment report.
public void setValidationErrors(Collection<String> validationErrors)
Represents any errors that occurred when validating the assessment report.
validationErrors
- Represents any errors that occurred when validating the assessment report.public ValidateAssessmentReportIntegrityResult withValidationErrors(String... validationErrors)
Represents any errors that occurred when validating the assessment report.
NOTE: This method appends the values to the existing list (if any). Use
setValidationErrors(java.util.Collection)
or withValidationErrors(java.util.Collection)
if you
want to override the existing values.
validationErrors
- Represents any errors that occurred when validating the assessment report.public ValidateAssessmentReportIntegrityResult withValidationErrors(Collection<String> validationErrors)
Represents any errors that occurred when validating the assessment report.
validationErrors
- Represents any errors that occurred when validating the assessment report.public String toString()
toString
in class Object
Object.toString()
public ValidateAssessmentReportIntegrityResult clone()