@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteNotificationRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteNotificationRuleResult() |
Modifier and Type | Method and Description |
---|---|
DeleteNotificationRuleResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the deleted notification rule.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the deleted notification rule.
|
String |
toString()
Returns a string representation of this object.
|
DeleteNotificationRuleResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the deleted notification rule.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the deleted notification rule.
arn
- The Amazon Resource Name (ARN) of the deleted notification rule.public String getArn()
The Amazon Resource Name (ARN) of the deleted notification rule.
public DeleteNotificationRuleResult withArn(String arn)
The Amazon Resource Name (ARN) of the deleted notification rule.
arn
- The Amazon Resource Name (ARN) of the deleted notification rule.public String toString()
toString
in class Object
Object.toString()
public DeleteNotificationRuleResult clone()