Class RemoveTargetsResultEntry
- All Implemented Interfaces:
Serializable, Cloneable
The ID of the target requested to be removed from the rule by Amazon CloudWatch Events.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe error code representing why the target removal failed on this entry.The error message explaining why the target removal failed on this entry.The ID of the target requested to be removed by Amazon CloudWatch Events.inthashCode()voidsetErrorCode(String errorCode) The error code representing why the target removal failed on this entry.voidsetErrorMessage(String errorMessage) The error message explaining why the target removal failed on this entry.voidsetTargetId(String targetId) The ID of the target requested to be removed by Amazon CloudWatch Events.toString()Returns a string representation of this object; useful for testing and debugging.withErrorCode(String errorCode) The error code representing why the target removal failed on this entry.withErrorMessage(String errorMessage) The error message explaining why the target removal failed on this entry.withTargetId(String targetId) The ID of the target requested to be removed by Amazon CloudWatch Events.
-
Constructor Details
-
RemoveTargetsResultEntry
public RemoveTargetsResultEntry()
-
-
Method Details
-
setTargetId
The ID of the target requested to be removed by Amazon CloudWatch Events.
- Parameters:
targetId- The ID of the target requested to be removed by Amazon CloudWatch Events.
-
getTargetId
The ID of the target requested to be removed by Amazon CloudWatch Events.
- Returns:
- The ID of the target requested to be removed by Amazon CloudWatch Events.
-
withTargetId
The ID of the target requested to be removed by Amazon CloudWatch Events.
- Parameters:
targetId- The ID of the target requested to be removed by Amazon CloudWatch Events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setErrorCode
The error code representing why the target removal failed on this entry.
- Parameters:
errorCode- The error code representing why the target removal failed on this entry.
-
getErrorCode
The error code representing why the target removal failed on this entry.
- Returns:
- The error code representing why the target removal failed on this entry.
-
withErrorCode
The error code representing why the target removal failed on this entry.
- Parameters:
errorCode- The error code representing why the target removal failed on this entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setErrorMessage
The error message explaining why the target removal failed on this entry.
- Parameters:
errorMessage- The error message explaining why the target removal failed on this entry.
-
getErrorMessage
The error message explaining why the target removal failed on this entry.
- Returns:
- The error message explaining why the target removal failed on this entry.
-
withErrorMessage
The error message explaining why the target removal failed on this entry.
- Parameters:
errorMessage- The error message explaining why the target removal failed on this entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-