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