@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigRuleEvaluationStatus extends Object implements Serializable, Cloneable, StructuredPojo
Status information for your AWS managed Config rules. The status includes information such as the last time the rule ran, the last time it failed, and the related error for the last failure.
This action does not return status information about custom Config rules.
Constructor and Description |
---|
ConfigRuleEvaluationStatus() |
Modifier and Type | Method and Description |
---|---|
ConfigRuleEvaluationStatus |
clone() |
boolean |
equals(Object obj) |
String |
getConfigRuleArn()
The Amazon Resource Name (ARN) of the AWS Config rule.
|
String |
getConfigRuleId()
The ID of the AWS Config rule.
|
String |
getConfigRuleName()
The name of the AWS Config rule.
|
Date |
getFirstActivatedTime()
The time that you first activated the AWS Config rule.
|
Boolean |
getFirstEvaluationStarted()
Indicates whether AWS Config has evaluated your resources against the rule at least once.
|
String |
getLastErrorCode()
The error code that AWS Config returned when the rule last failed.
|
String |
getLastErrorMessage()
The error message that AWS Config returned when the rule last failed.
|
Date |
getLastFailedEvaluationTime()
The time that AWS Config last failed to evaluate your AWS resources against the rule.
|
Date |
getLastFailedInvocationTime()
The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
|
Date |
getLastSuccessfulEvaluationTime()
The time that AWS Config last successfully evaluated your AWS resources against the rule.
|
Date |
getLastSuccessfulInvocationTime()
The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
|
int |
hashCode() |
Boolean |
isFirstEvaluationStarted()
Indicates whether AWS Config has evaluated your resources against the rule at least once.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfigRuleArn(String configRuleArn)
The Amazon Resource Name (ARN) of the AWS Config rule.
|
void |
setConfigRuleId(String configRuleId)
The ID of the AWS Config rule.
|
void |
setConfigRuleName(String configRuleName)
The name of the AWS Config rule.
|
void |
setFirstActivatedTime(Date firstActivatedTime)
The time that you first activated the AWS Config rule.
|
void |
setFirstEvaluationStarted(Boolean firstEvaluationStarted)
Indicates whether AWS Config has evaluated your resources against the rule at least once.
|
void |
setLastErrorCode(String lastErrorCode)
The error code that AWS Config returned when the rule last failed.
|
void |
setLastErrorMessage(String lastErrorMessage)
The error message that AWS Config returned when the rule last failed.
|
void |
setLastFailedEvaluationTime(Date lastFailedEvaluationTime)
The time that AWS Config last failed to evaluate your AWS resources against the rule.
|
void |
setLastFailedInvocationTime(Date lastFailedInvocationTime)
The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
|
void |
setLastSuccessfulEvaluationTime(Date lastSuccessfulEvaluationTime)
The time that AWS Config last successfully evaluated your AWS resources against the rule.
|
void |
setLastSuccessfulInvocationTime(Date lastSuccessfulInvocationTime)
The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ConfigRuleEvaluationStatus |
withConfigRuleArn(String configRuleArn)
The Amazon Resource Name (ARN) of the AWS Config rule.
|
ConfigRuleEvaluationStatus |
withConfigRuleId(String configRuleId)
The ID of the AWS Config rule.
|
ConfigRuleEvaluationStatus |
withConfigRuleName(String configRuleName)
The name of the AWS Config rule.
|
ConfigRuleEvaluationStatus |
withFirstActivatedTime(Date firstActivatedTime)
The time that you first activated the AWS Config rule.
|
ConfigRuleEvaluationStatus |
withFirstEvaluationStarted(Boolean firstEvaluationStarted)
Indicates whether AWS Config has evaluated your resources against the rule at least once.
|
ConfigRuleEvaluationStatus |
withLastErrorCode(String lastErrorCode)
The error code that AWS Config returned when the rule last failed.
|
ConfigRuleEvaluationStatus |
withLastErrorMessage(String lastErrorMessage)
The error message that AWS Config returned when the rule last failed.
|
ConfigRuleEvaluationStatus |
withLastFailedEvaluationTime(Date lastFailedEvaluationTime)
The time that AWS Config last failed to evaluate your AWS resources against the rule.
|
ConfigRuleEvaluationStatus |
withLastFailedInvocationTime(Date lastFailedInvocationTime)
The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
|
ConfigRuleEvaluationStatus |
withLastSuccessfulEvaluationTime(Date lastSuccessfulEvaluationTime)
The time that AWS Config last successfully evaluated your AWS resources against the rule.
|
ConfigRuleEvaluationStatus |
withLastSuccessfulInvocationTime(Date lastSuccessfulInvocationTime)
The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
|
public void setConfigRuleName(String configRuleName)
The name of the AWS Config rule.
configRuleName
- The name of the AWS Config rule.public String getConfigRuleName()
The name of the AWS Config rule.
public ConfigRuleEvaluationStatus withConfigRuleName(String configRuleName)
The name of the AWS Config rule.
configRuleName
- The name of the AWS Config rule.public void setConfigRuleArn(String configRuleArn)
The Amazon Resource Name (ARN) of the AWS Config rule.
configRuleArn
- The Amazon Resource Name (ARN) of the AWS Config rule.public String getConfigRuleArn()
The Amazon Resource Name (ARN) of the AWS Config rule.
public ConfigRuleEvaluationStatus withConfigRuleArn(String configRuleArn)
The Amazon Resource Name (ARN) of the AWS Config rule.
configRuleArn
- The Amazon Resource Name (ARN) of the AWS Config rule.public void setConfigRuleId(String configRuleId)
The ID of the AWS Config rule.
configRuleId
- The ID of the AWS Config rule.public String getConfigRuleId()
The ID of the AWS Config rule.
public ConfigRuleEvaluationStatus withConfigRuleId(String configRuleId)
The ID of the AWS Config rule.
configRuleId
- The ID of the AWS Config rule.public void setLastSuccessfulInvocationTime(Date lastSuccessfulInvocationTime)
The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
lastSuccessfulInvocationTime
- The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.public Date getLastSuccessfulInvocationTime()
The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
public ConfigRuleEvaluationStatus withLastSuccessfulInvocationTime(Date lastSuccessfulInvocationTime)
The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
lastSuccessfulInvocationTime
- The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.public void setLastFailedInvocationTime(Date lastFailedInvocationTime)
The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
lastFailedInvocationTime
- The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.public Date getLastFailedInvocationTime()
The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
public ConfigRuleEvaluationStatus withLastFailedInvocationTime(Date lastFailedInvocationTime)
The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
lastFailedInvocationTime
- The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.public void setLastSuccessfulEvaluationTime(Date lastSuccessfulEvaluationTime)
The time that AWS Config last successfully evaluated your AWS resources against the rule.
lastSuccessfulEvaluationTime
- The time that AWS Config last successfully evaluated your AWS resources against the rule.public Date getLastSuccessfulEvaluationTime()
The time that AWS Config last successfully evaluated your AWS resources against the rule.
public ConfigRuleEvaluationStatus withLastSuccessfulEvaluationTime(Date lastSuccessfulEvaluationTime)
The time that AWS Config last successfully evaluated your AWS resources against the rule.
lastSuccessfulEvaluationTime
- The time that AWS Config last successfully evaluated your AWS resources against the rule.public void setLastFailedEvaluationTime(Date lastFailedEvaluationTime)
The time that AWS Config last failed to evaluate your AWS resources against the rule.
lastFailedEvaluationTime
- The time that AWS Config last failed to evaluate your AWS resources against the rule.public Date getLastFailedEvaluationTime()
The time that AWS Config last failed to evaluate your AWS resources against the rule.
public ConfigRuleEvaluationStatus withLastFailedEvaluationTime(Date lastFailedEvaluationTime)
The time that AWS Config last failed to evaluate your AWS resources against the rule.
lastFailedEvaluationTime
- The time that AWS Config last failed to evaluate your AWS resources against the rule.public void setFirstActivatedTime(Date firstActivatedTime)
The time that you first activated the AWS Config rule.
firstActivatedTime
- The time that you first activated the AWS Config rule.public Date getFirstActivatedTime()
The time that you first activated the AWS Config rule.
public ConfigRuleEvaluationStatus withFirstActivatedTime(Date firstActivatedTime)
The time that you first activated the AWS Config rule.
firstActivatedTime
- The time that you first activated the AWS Config rule.public void setLastErrorCode(String lastErrorCode)
The error code that AWS Config returned when the rule last failed.
lastErrorCode
- The error code that AWS Config returned when the rule last failed.public String getLastErrorCode()
The error code that AWS Config returned when the rule last failed.
public ConfigRuleEvaluationStatus withLastErrorCode(String lastErrorCode)
The error code that AWS Config returned when the rule last failed.
lastErrorCode
- The error code that AWS Config returned when the rule last failed.public void setLastErrorMessage(String lastErrorMessage)
The error message that AWS Config returned when the rule last failed.
lastErrorMessage
- The error message that AWS Config returned when the rule last failed.public String getLastErrorMessage()
The error message that AWS Config returned when the rule last failed.
public ConfigRuleEvaluationStatus withLastErrorMessage(String lastErrorMessage)
The error message that AWS Config returned when the rule last failed.
lastErrorMessage
- The error message that AWS Config returned when the rule last failed.public void setFirstEvaluationStarted(Boolean firstEvaluationStarted)
Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once.
false
- AWS Config has not once finished evaluating your AWS resources against the rule.
firstEvaluationStarted
- Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once.
false
- AWS Config has not once finished evaluating your AWS resources against the rule.
public Boolean getFirstEvaluationStarted()
Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once.
false
- AWS Config has not once finished evaluating your AWS resources against the rule.
true
- AWS Config has evaluated your AWS resources against the rule at least once.
false
- AWS Config has not once finished evaluating your AWS resources against the rule.
public ConfigRuleEvaluationStatus withFirstEvaluationStarted(Boolean firstEvaluationStarted)
Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once.
false
- AWS Config has not once finished evaluating your AWS resources against the rule.
firstEvaluationStarted
- Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once.
false
- AWS Config has not once finished evaluating your AWS resources against the rule.
public Boolean isFirstEvaluationStarted()
Indicates whether AWS Config has evaluated your resources against the rule at least once.
true
- AWS Config has evaluated your AWS resources against the rule at least once.
false
- AWS Config has not once finished evaluating your AWS resources against the rule.
true
- AWS Config has evaluated your AWS resources against the rule at least once.
false
- AWS Config has not once finished evaluating your AWS resources against the rule.
public String toString()
toString
in class Object
Object.toString()
public ConfigRuleEvaluationStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.