@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubscribeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SubscribeRequest() |
Modifier and Type | Method and Description |
---|---|
SubscribeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.
|
String |
getClientRequestToken()
An enumeration token that, when provided in a request, returns the next batch of the results.
|
Target |
getTarget() |
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.
|
void |
setClientRequestToken(String clientRequestToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
void |
setTarget(Target target) |
String |
toString()
Returns a string representation of this object.
|
SubscribeRequest |
withArn(String arn)
The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.
|
SubscribeRequest |
withClientRequestToken(String clientRequestToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
SubscribeRequest |
withTarget(Target target) |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setArn(String arn)
The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.
arn
- The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.public String getArn()
The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.
public SubscribeRequest withArn(String arn)
The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.
arn
- The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.public void setTarget(Target target)
target
- public Target getTarget()
public SubscribeRequest withTarget(Target target)
target
- public void setClientRequestToken(String clientRequestToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
clientRequestToken
- An enumeration token that, when provided in a request, returns the next batch of the results.public String getClientRequestToken()
An enumeration token that, when provided in a request, returns the next batch of the results.
public SubscribeRequest withClientRequestToken(String clientRequestToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
clientRequestToken
- An enumeration token that, when provided in a request, returns the next batch of the results.public String toString()
toString
in class Object
Object.toString()
public SubscribeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()