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