@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceEvaluationSummaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetResourceEvaluationSummaryResult() |
| Modifier and Type | Method and Description |
|---|---|
GetResourceEvaluationSummaryResult |
clone() |
boolean |
equals(Object obj) |
String |
getCompliance()
The compliance status of the resource evaluation summary.
|
EvaluationContext |
getEvaluationContext()
Returns an
EvaluationContext object. |
String |
getEvaluationMode()
Lists results of the mode that you requested to retrieve the resource evaluation summary.
|
Date |
getEvaluationStartTimestamp()
The start timestamp when Config rule starts evaluating compliance for the provided resource details.
|
EvaluationStatus |
getEvaluationStatus()
Returns an
EvaluationStatus object. |
ResourceDetails |
getResourceDetails()
Returns a
ResourceDetails object. |
String |
getResourceEvaluationId()
The unique
ResourceEvaluationId of Amazon Web Services resource execution for which you want to
retrieve the evaluation summary. |
int |
hashCode() |
void |
setCompliance(String compliance)
The compliance status of the resource evaluation summary.
|
void |
setEvaluationContext(EvaluationContext evaluationContext)
Returns an
EvaluationContext object. |
void |
setEvaluationMode(String evaluationMode)
Lists results of the mode that you requested to retrieve the resource evaluation summary.
|
void |
setEvaluationStartTimestamp(Date evaluationStartTimestamp)
The start timestamp when Config rule starts evaluating compliance for the provided resource details.
|
void |
setEvaluationStatus(EvaluationStatus evaluationStatus)
Returns an
EvaluationStatus object. |
void |
setResourceDetails(ResourceDetails resourceDetails)
Returns a
ResourceDetails object. |
void |
setResourceEvaluationId(String resourceEvaluationId)
The unique
ResourceEvaluationId of Amazon Web Services resource execution for which you want to
retrieve the evaluation summary. |
String |
toString()
Returns a string representation of this object.
|
GetResourceEvaluationSummaryResult |
withCompliance(ComplianceType compliance)
The compliance status of the resource evaluation summary.
|
GetResourceEvaluationSummaryResult |
withCompliance(String compliance)
The compliance status of the resource evaluation summary.
|
GetResourceEvaluationSummaryResult |
withEvaluationContext(EvaluationContext evaluationContext)
Returns an
EvaluationContext object. |
GetResourceEvaluationSummaryResult |
withEvaluationMode(EvaluationMode evaluationMode)
Lists results of the mode that you requested to retrieve the resource evaluation summary.
|
GetResourceEvaluationSummaryResult |
withEvaluationMode(String evaluationMode)
Lists results of the mode that you requested to retrieve the resource evaluation summary.
|
GetResourceEvaluationSummaryResult |
withEvaluationStartTimestamp(Date evaluationStartTimestamp)
The start timestamp when Config rule starts evaluating compliance for the provided resource details.
|
GetResourceEvaluationSummaryResult |
withEvaluationStatus(EvaluationStatus evaluationStatus)
Returns an
EvaluationStatus object. |
GetResourceEvaluationSummaryResult |
withResourceDetails(ResourceDetails resourceDetails)
Returns a
ResourceDetails object. |
GetResourceEvaluationSummaryResult |
withResourceEvaluationId(String resourceEvaluationId)
The unique
ResourceEvaluationId of Amazon Web Services resource execution for which you want to
retrieve the evaluation summary. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setResourceEvaluationId(String resourceEvaluationId)
The unique ResourceEvaluationId of Amazon Web Services resource execution for which you want to
retrieve the evaluation summary.
resourceEvaluationId - The unique ResourceEvaluationId of Amazon Web Services resource execution for which you want
to retrieve the evaluation summary.public String getResourceEvaluationId()
The unique ResourceEvaluationId of Amazon Web Services resource execution for which you want to
retrieve the evaluation summary.
ResourceEvaluationId of Amazon Web Services resource execution for which you want
to retrieve the evaluation summary.public GetResourceEvaluationSummaryResult withResourceEvaluationId(String resourceEvaluationId)
The unique ResourceEvaluationId of Amazon Web Services resource execution for which you want to
retrieve the evaluation summary.
resourceEvaluationId - The unique ResourceEvaluationId of Amazon Web Services resource execution for which you want
to retrieve the evaluation summary.public void setEvaluationMode(String evaluationMode)
Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.
evaluationMode - Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values
are Detective or Proactive.EvaluationModepublic String getEvaluationMode()
Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.
EvaluationModepublic GetResourceEvaluationSummaryResult withEvaluationMode(String evaluationMode)
Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.
evaluationMode - Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values
are Detective or Proactive.EvaluationModepublic GetResourceEvaluationSummaryResult withEvaluationMode(EvaluationMode evaluationMode)
Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.
evaluationMode - Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values
are Detective or Proactive.EvaluationModepublic void setEvaluationStatus(EvaluationStatus evaluationStatus)
Returns an EvaluationStatus object.
evaluationStatus - Returns an EvaluationStatus object.public EvaluationStatus getEvaluationStatus()
Returns an EvaluationStatus object.
EvaluationStatus object.public GetResourceEvaluationSummaryResult withEvaluationStatus(EvaluationStatus evaluationStatus)
Returns an EvaluationStatus object.
evaluationStatus - Returns an EvaluationStatus object.public void setEvaluationStartTimestamp(Date evaluationStartTimestamp)
The start timestamp when Config rule starts evaluating compliance for the provided resource details.
evaluationStartTimestamp - The start timestamp when Config rule starts evaluating compliance for the provided resource details.public Date getEvaluationStartTimestamp()
The start timestamp when Config rule starts evaluating compliance for the provided resource details.
public GetResourceEvaluationSummaryResult withEvaluationStartTimestamp(Date evaluationStartTimestamp)
The start timestamp when Config rule starts evaluating compliance for the provided resource details.
evaluationStartTimestamp - The start timestamp when Config rule starts evaluating compliance for the provided resource details.public void setCompliance(String compliance)
The compliance status of the resource evaluation summary.
compliance - The compliance status of the resource evaluation summary.ComplianceTypepublic String getCompliance()
The compliance status of the resource evaluation summary.
ComplianceTypepublic GetResourceEvaluationSummaryResult withCompliance(String compliance)
The compliance status of the resource evaluation summary.
compliance - The compliance status of the resource evaluation summary.ComplianceTypepublic GetResourceEvaluationSummaryResult withCompliance(ComplianceType compliance)
The compliance status of the resource evaluation summary.
compliance - The compliance status of the resource evaluation summary.ComplianceTypepublic void setEvaluationContext(EvaluationContext evaluationContext)
Returns an EvaluationContext object.
evaluationContext - Returns an EvaluationContext object.public EvaluationContext getEvaluationContext()
Returns an EvaluationContext object.
EvaluationContext object.public GetResourceEvaluationSummaryResult withEvaluationContext(EvaluationContext evaluationContext)
Returns an EvaluationContext object.
evaluationContext - Returns an EvaluationContext object.public void setResourceDetails(ResourceDetails resourceDetails)
Returns a ResourceDetails object.
resourceDetails - Returns a ResourceDetails object.public ResourceDetails getResourceDetails()
Returns a ResourceDetails object.
ResourceDetails object.public GetResourceEvaluationSummaryResult withResourceDetails(ResourceDetails resourceDetails)
Returns a ResourceDetails object.
resourceDetails - Returns a ResourceDetails object.public String toString()
toString in class ObjectObject.toString()public GetResourceEvaluationSummaryResult clone()