@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() |
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.
|
GetSubscriptionAttributesRequest |
withSubscriptionArn(String subscriptionArn)
The ARN of the subscription whose properties you want to get.
|
addHandlerContext, copyBaseTo, 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()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.