Class ConfigRuleEvaluationStatus
- All Implemented Interfaces:
Serializable
,Cloneable
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 customer managed Config rules.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Amazon Resource Name (ARN) of the AWS Config rule.The ID of the AWS Config rule.The name of the AWS Config rule.The time that you first activated the AWS Config rule.Indicates whether AWS Config has evaluated your resources against the rule at least once.The error code that AWS Config returned when the rule last failed.The error message that AWS Config returned when the rule last failed.The time that AWS Config last failed to evaluate your AWS resources against the rule.The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.The time that AWS Config last successfully evaluated your AWS resources against the rule.The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.int
hashCode()
Indicates whether AWS Config has evaluated your resources against the rule at least once.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.toString()
Returns a string representation of this object; useful for testing and debugging.withConfigRuleArn
(String configRuleArn) The Amazon Resource Name (ARN) of the AWS Config rule.withConfigRuleId
(String configRuleId) The ID of the AWS Config rule.withConfigRuleName
(String configRuleName) The name of the AWS Config rule.withFirstActivatedTime
(Date firstActivatedTime) The time that you first activated the AWS Config rule.withFirstEvaluationStarted
(Boolean firstEvaluationStarted) Indicates whether AWS Config has evaluated your resources against the rule at least once.withLastErrorCode
(String lastErrorCode) The error code that AWS Config returned when the rule last failed.withLastErrorMessage
(String lastErrorMessage) The error message that AWS Config returned when the rule last failed.withLastFailedEvaluationTime
(Date lastFailedEvaluationTime) The time that AWS Config last failed to evaluate your AWS resources against the rule.withLastFailedInvocationTime
(Date lastFailedInvocationTime) The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.withLastSuccessfulEvaluationTime
(Date lastSuccessfulEvaluationTime) The time that AWS Config last successfully evaluated your AWS resources against the rule.withLastSuccessfulInvocationTime
(Date lastSuccessfulInvocationTime) The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
-
Constructor Details
-
ConfigRuleEvaluationStatus
public ConfigRuleEvaluationStatus()
-
-
Method Details
-
setConfigRuleName
The name of the AWS Config rule.
- Parameters:
configRuleName
- The name of the AWS Config rule.
-
getConfigRuleName
The name of the AWS Config rule.
- Returns:
- The name of the AWS Config rule.
-
withConfigRuleName
The name of the AWS Config rule.
- Parameters:
configRuleName
- The name of the AWS Config rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setConfigRuleArn
The Amazon Resource Name (ARN) of the AWS Config rule.
- Parameters:
configRuleArn
- The Amazon Resource Name (ARN) of the AWS Config rule.
-
getConfigRuleArn
The Amazon Resource Name (ARN) of the AWS Config rule.
- Returns:
- The Amazon Resource Name (ARN) of the AWS Config rule.
-
withConfigRuleArn
The Amazon Resource Name (ARN) of the AWS Config rule.
- Parameters:
configRuleArn
- The Amazon Resource Name (ARN) of the AWS Config rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setConfigRuleId
The ID of the AWS Config rule.
- Parameters:
configRuleId
- The ID of the AWS Config rule.
-
getConfigRuleId
The ID of the AWS Config rule.
- Returns:
- The ID of the AWS Config rule.
-
withConfigRuleId
The ID of the AWS Config rule.
- Parameters:
configRuleId
- The ID of the AWS Config rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastSuccessfulInvocationTime
The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
- Parameters:
lastSuccessfulInvocationTime
- The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
-
getLastSuccessfulInvocationTime
The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
- Returns:
- The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
-
withLastSuccessfulInvocationTime
public ConfigRuleEvaluationStatus withLastSuccessfulInvocationTime(Date lastSuccessfulInvocationTime) The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.
- Parameters:
lastSuccessfulInvocationTime
- The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastFailedInvocationTime
The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
- Parameters:
lastFailedInvocationTime
- The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
-
getLastFailedInvocationTime
The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
- Returns:
- The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
-
withLastFailedInvocationTime
The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.
- Parameters:
lastFailedInvocationTime
- The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastSuccessfulEvaluationTime
The time that AWS Config last successfully evaluated your AWS resources against the rule.
- Parameters:
lastSuccessfulEvaluationTime
- The time that AWS Config last successfully evaluated your AWS resources against the rule.
-
getLastSuccessfulEvaluationTime
The time that AWS Config last successfully evaluated your AWS resources against the rule.
- Returns:
- The time that AWS Config last successfully evaluated your AWS resources against the rule.
-
withLastSuccessfulEvaluationTime
public ConfigRuleEvaluationStatus withLastSuccessfulEvaluationTime(Date lastSuccessfulEvaluationTime) The time that AWS Config last successfully evaluated your AWS resources against the rule.
- Parameters:
lastSuccessfulEvaluationTime
- The time that AWS Config last successfully evaluated your AWS resources against the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastFailedEvaluationTime
The time that AWS Config last failed to evaluate your AWS resources against the rule.
- Parameters:
lastFailedEvaluationTime
- The time that AWS Config last failed to evaluate your AWS resources against the rule.
-
getLastFailedEvaluationTime
The time that AWS Config last failed to evaluate your AWS resources against the rule.
- Returns:
- The time that AWS Config last failed to evaluate your AWS resources against the rule.
-
withLastFailedEvaluationTime
The time that AWS Config last failed to evaluate your AWS resources against the rule.
- Parameters:
lastFailedEvaluationTime
- The time that AWS Config last failed to evaluate your AWS resources against the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFirstActivatedTime
The time that you first activated the AWS Config rule.
- Parameters:
firstActivatedTime
- The time that you first activated the AWS Config rule.
-
getFirstActivatedTime
The time that you first activated the AWS Config rule.
- Returns:
- The time that you first activated the AWS Config rule.
-
withFirstActivatedTime
The time that you first activated the AWS Config rule.
- Parameters:
firstActivatedTime
- The time that you first activated the AWS Config rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastErrorCode
The error code that AWS Config returned when the rule last failed.
- Parameters:
lastErrorCode
- The error code that AWS Config returned when the rule last failed.
-
getLastErrorCode
The error code that AWS Config returned when the rule last failed.
- Returns:
- The error code that AWS Config returned when the rule last failed.
-
withLastErrorCode
The error code that AWS Config returned when the rule last failed.
- Parameters:
lastErrorCode
- The error code that AWS Config returned when the rule last failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastErrorMessage
The error message that AWS Config returned when the rule last failed.
- Parameters:
lastErrorMessage
- The error message that AWS Config returned when the rule last failed.
-
getLastErrorMessage
The error message that AWS Config returned when the rule last failed.
- Returns:
- The error message that AWS Config returned when the rule last failed.
-
withLastErrorMessage
The error message that AWS Config returned when the rule last failed.
- Parameters:
lastErrorMessage
- The error message that AWS Config returned when the rule last failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFirstEvaluationStarted
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withFirstEvaluationStarted
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Returns:
- 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.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-