@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTopicAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input for GetTopicAttributes action.
NOOP
Constructor and Description |
---|
GetTopicAttributesRequest()
Default constructor for GetTopicAttributesRequest object.
|
GetTopicAttributesRequest(String topicArn)
Constructs a new GetTopicAttributesRequest object.
|
Modifier and Type | Method and Description |
---|---|
GetTopicAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getTopicArn()
The ARN of the topic whose properties you want to get.
|
int |
hashCode() |
void |
setTopicArn(String topicArn)
The ARN of the topic whose properties you want to get.
|
String |
toString()
Returns a string representation of this object.
|
GetTopicAttributesRequest |
withTopicArn(String topicArn)
The ARN of the topic 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 GetTopicAttributesRequest()
public GetTopicAttributesRequest(String topicArn)
topicArn
- The ARN of the topic whose properties you want to get.public void setTopicArn(String topicArn)
The ARN of the topic whose properties you want to get.
topicArn
- The ARN of the topic whose properties you want to get.public String getTopicArn()
The ARN of the topic whose properties you want to get.
public GetTopicAttributesRequest withTopicArn(String topicArn)
The ARN of the topic whose properties you want to get.
topicArn
- The ARN of the topic whose properties you want to get.public String toString()
toString
in class Object
Object.toString()
public GetTopicAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()