@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceEvaluation extends Object implements Serializable, Cloneable, StructuredPojo
Returns details of a resource evaluation.
Constructor and Description |
---|
ResourceEvaluation() |
Modifier and Type | Method and Description |
---|---|
ResourceEvaluation |
clone() |
boolean |
equals(Object obj) |
String |
getEvaluationMode()
The mode of an evaluation.
|
Date |
getEvaluationStartTimestamp()
The starting time of an execution.
|
String |
getResourceEvaluationId()
The ResourceEvaluationId of a evaluation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEvaluationMode(String evaluationMode)
The mode of an evaluation.
|
void |
setEvaluationStartTimestamp(Date evaluationStartTimestamp)
The starting time of an execution.
|
void |
setResourceEvaluationId(String resourceEvaluationId)
The ResourceEvaluationId of a evaluation.
|
String |
toString()
Returns a string representation of this object.
|
ResourceEvaluation |
withEvaluationMode(EvaluationMode evaluationMode)
The mode of an evaluation.
|
ResourceEvaluation |
withEvaluationMode(String evaluationMode)
The mode of an evaluation.
|
ResourceEvaluation |
withEvaluationStartTimestamp(Date evaluationStartTimestamp)
The starting time of an execution.
|
ResourceEvaluation |
withResourceEvaluationId(String resourceEvaluationId)
The ResourceEvaluationId of a evaluation.
|
public void setResourceEvaluationId(String resourceEvaluationId)
The ResourceEvaluationId of a evaluation.
resourceEvaluationId
- The ResourceEvaluationId of a evaluation.public String getResourceEvaluationId()
The ResourceEvaluationId of a evaluation.
public ResourceEvaluation withResourceEvaluationId(String resourceEvaluationId)
The ResourceEvaluationId of a evaluation.
resourceEvaluationId
- The ResourceEvaluationId of a evaluation.public void setEvaluationMode(String evaluationMode)
The mode of an evaluation. The valid values are Detective or Proactive.
evaluationMode
- The mode of an evaluation. The valid values are Detective or Proactive.EvaluationMode
public String getEvaluationMode()
The mode of an evaluation. The valid values are Detective or Proactive.
EvaluationMode
public ResourceEvaluation withEvaluationMode(String evaluationMode)
The mode of an evaluation. The valid values are Detective or Proactive.
evaluationMode
- The mode of an evaluation. The valid values are Detective or Proactive.EvaluationMode
public ResourceEvaluation withEvaluationMode(EvaluationMode evaluationMode)
The mode of an evaluation. The valid values are Detective or Proactive.
evaluationMode
- The mode of an evaluation. The valid values are Detective or Proactive.EvaluationMode
public void setEvaluationStartTimestamp(Date evaluationStartTimestamp)
The starting time of an execution.
evaluationStartTimestamp
- The starting time of an execution.public Date getEvaluationStartTimestamp()
The starting time of an execution.
public ResourceEvaluation withEvaluationStartTimestamp(Date evaluationStartTimestamp)
The starting time of an execution.
evaluationStartTimestamp
- The starting time of an execution.public String toString()
toString
in class Object
Object.toString()
public ResourceEvaluation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.