@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DebugRuleEvaluationStatus extends Object implements Serializable, Cloneable, StructuredPojo
Information about the status of the rule evaluation.
Constructor and Description |
---|
DebugRuleEvaluationStatus() |
Modifier and Type | Method and Description |
---|---|
DebugRuleEvaluationStatus |
clone() |
boolean |
equals(Object obj) |
Date |
getLastModifiedTime()
Timestamp when the rule evaluation status was last modified.
|
String |
getRuleConfigurationName()
The name of the rule configuration.
|
String |
getRuleEvaluationJobArn()
The Amazon Resource Name (ARN) of the rule evaluation job.
|
String |
getRuleEvaluationStatus()
Status of the rule evaluation.
|
String |
getStatusDetails()
Details from the rule evaluation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLastModifiedTime(Date lastModifiedTime)
Timestamp when the rule evaluation status was last modified.
|
void |
setRuleConfigurationName(String ruleConfigurationName)
The name of the rule configuration.
|
void |
setRuleEvaluationJobArn(String ruleEvaluationJobArn)
The Amazon Resource Name (ARN) of the rule evaluation job.
|
void |
setRuleEvaluationStatus(String ruleEvaluationStatus)
Status of the rule evaluation.
|
void |
setStatusDetails(String statusDetails)
Details from the rule evaluation.
|
String |
toString()
Returns a string representation of this object.
|
DebugRuleEvaluationStatus |
withLastModifiedTime(Date lastModifiedTime)
Timestamp when the rule evaluation status was last modified.
|
DebugRuleEvaluationStatus |
withRuleConfigurationName(String ruleConfigurationName)
The name of the rule configuration.
|
DebugRuleEvaluationStatus |
withRuleEvaluationJobArn(String ruleEvaluationJobArn)
The Amazon Resource Name (ARN) of the rule evaluation job.
|
DebugRuleEvaluationStatus |
withRuleEvaluationStatus(RuleEvaluationStatus ruleEvaluationStatus)
Status of the rule evaluation.
|
DebugRuleEvaluationStatus |
withRuleEvaluationStatus(String ruleEvaluationStatus)
Status of the rule evaluation.
|
DebugRuleEvaluationStatus |
withStatusDetails(String statusDetails)
Details from the rule evaluation.
|
public void setRuleConfigurationName(String ruleConfigurationName)
The name of the rule configuration.
ruleConfigurationName
- The name of the rule configuration.public String getRuleConfigurationName()
The name of the rule configuration.
public DebugRuleEvaluationStatus withRuleConfigurationName(String ruleConfigurationName)
The name of the rule configuration.
ruleConfigurationName
- The name of the rule configuration.public void setRuleEvaluationJobArn(String ruleEvaluationJobArn)
The Amazon Resource Name (ARN) of the rule evaluation job.
ruleEvaluationJobArn
- The Amazon Resource Name (ARN) of the rule evaluation job.public String getRuleEvaluationJobArn()
The Amazon Resource Name (ARN) of the rule evaluation job.
public DebugRuleEvaluationStatus withRuleEvaluationJobArn(String ruleEvaluationJobArn)
The Amazon Resource Name (ARN) of the rule evaluation job.
ruleEvaluationJobArn
- The Amazon Resource Name (ARN) of the rule evaluation job.public void setRuleEvaluationStatus(String ruleEvaluationStatus)
Status of the rule evaluation.
ruleEvaluationStatus
- Status of the rule evaluation.RuleEvaluationStatus
public String getRuleEvaluationStatus()
Status of the rule evaluation.
RuleEvaluationStatus
public DebugRuleEvaluationStatus withRuleEvaluationStatus(String ruleEvaluationStatus)
Status of the rule evaluation.
ruleEvaluationStatus
- Status of the rule evaluation.RuleEvaluationStatus
public DebugRuleEvaluationStatus withRuleEvaluationStatus(RuleEvaluationStatus ruleEvaluationStatus)
Status of the rule evaluation.
ruleEvaluationStatus
- Status of the rule evaluation.RuleEvaluationStatus
public void setStatusDetails(String statusDetails)
Details from the rule evaluation.
statusDetails
- Details from the rule evaluation.public String getStatusDetails()
Details from the rule evaluation.
public DebugRuleEvaluationStatus withStatusDetails(String statusDetails)
Details from the rule evaluation.
statusDetails
- Details from the rule evaluation.public void setLastModifiedTime(Date lastModifiedTime)
Timestamp when the rule evaluation status was last modified.
lastModifiedTime
- Timestamp when the rule evaluation status was last modified.public Date getLastModifiedTime()
Timestamp when the rule evaluation status was last modified.
public DebugRuleEvaluationStatus withLastModifiedTime(Date lastModifiedTime)
Timestamp when the rule evaluation status was last modified.
lastModifiedTime
- Timestamp when the rule evaluation status was last modified.public String toString()
toString
in class Object
Object.toString()
public DebugRuleEvaluationStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.