@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSubscriptionAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input for GetSubscriptionAttributes.
NOOP
Constructor and Description |
---|
GetSubscriptionAttributesRequest()
Default constructor for GetSubscriptionAttributesRequest object.
|
GetSubscriptionAttributesRequest(String subscriptionArn)
Constructs a new GetSubscriptionAttributesRequest object.
|
Modifier and Type | Method and Description |
---|---|
GetSubscriptionAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSubscriptionArn()
The ARN of the subscription whose properties you want to get.
|
int |
hashCode() |
void |
setSubscriptionArn(String subscriptionArn)
The ARN of the subscription whose properties you want to get.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetSubscriptionAttributesRequest |
withSubscriptionArn(String subscriptionArn)
The ARN of the subscription whose properties you want to get.
|
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 GetSubscriptionAttributesRequest()
public GetSubscriptionAttributesRequest(String subscriptionArn)
subscriptionArn
- The ARN of the subscription whose properties you want to get.public void setSubscriptionArn(String subscriptionArn)
The ARN of the subscription whose properties you want to get.
subscriptionArn
- The ARN of the subscription whose properties you want to get.public String getSubscriptionArn()
The ARN of the subscription whose properties you want to get.
public GetSubscriptionAttributesRequest withSubscriptionArn(String subscriptionArn)
The ARN of the subscription whose properties you want to get.
subscriptionArn
- The ARN of the subscription whose properties you want to get.public String toString()
toString
in class Object
Object.toString()
public GetSubscriptionAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.