@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProfilerRuleEvaluationStatus extends Object implements Serializable, Cloneable, StructuredPojo
Information about the status of the rule evaluation.
Constructor and Description |
---|
ProfilerRuleEvaluationStatus() |
Modifier and Type | Method and Description |
---|---|
ProfilerRuleEvaluationStatus |
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.
|
ProfilerRuleEvaluationStatus |
withLastModifiedTime(Date lastModifiedTime)
Timestamp when the rule evaluation status was last modified.
|
ProfilerRuleEvaluationStatus |
withRuleConfigurationName(String ruleConfigurationName)
The name of the rule configuration.
|
ProfilerRuleEvaluationStatus |
withRuleEvaluationJobArn(String ruleEvaluationJobArn)
The Amazon Resource Name (ARN) of the rule evaluation job.
|
ProfilerRuleEvaluationStatus |
withRuleEvaluationStatus(RuleEvaluationStatus ruleEvaluationStatus)
Status of the rule evaluation.
|
ProfilerRuleEvaluationStatus |
withRuleEvaluationStatus(String ruleEvaluationStatus)
Status of the rule evaluation.
|
ProfilerRuleEvaluationStatus |
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 ProfilerRuleEvaluationStatus 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 ProfilerRuleEvaluationStatus 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 ProfilerRuleEvaluationStatus withRuleEvaluationStatus(String ruleEvaluationStatus)
Status of the rule evaluation.
ruleEvaluationStatus
- Status of the rule evaluation.RuleEvaluationStatus
public ProfilerRuleEvaluationStatus 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 ProfilerRuleEvaluationStatus 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 ProfilerRuleEvaluationStatus 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 ProfilerRuleEvaluationStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.