@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() |
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; useful for testing and debugging.
|
GetTopicAttributesRequest |
withTopicArn(String topicArn)
The ARN of the topic 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 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()
clone
in class AmazonWebServiceRequest
Copyright © 2018. All rights reserved.