@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTopicRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateTopicRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateTopicRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the Amazon Web Services account that contains the topic that you want to update.
|
TopicDetails |
getTopic()
The definition of the topic that you want to update.
|
String |
getTopicId()
The ID of the topic that you want to modify.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic that you want to update.
|
void |
setTopic(TopicDetails topic)
The definition of the topic that you want to update.
|
void |
setTopicId(String topicId)
The ID of the topic that you want to modify.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTopicRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic that you want to update.
|
UpdateTopicRequest |
withTopic(TopicDetails topic)
The definition of the topic that you want to update.
|
UpdateTopicRequest |
withTopicId(String topicId)
The ID of the topic that you want to modify.
|
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 setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic that you want to update.
awsAccountId
- The ID of the Amazon Web Services account that contains the topic that you want to update.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the topic that you want to update.
public UpdateTopicRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic that you want to update.
awsAccountId
- The ID of the Amazon Web Services account that contains the topic that you want to update.public void setTopicId(String topicId)
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
topicId
- The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each
Amazon Web Services account.public String getTopicId()
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
public UpdateTopicRequest withTopicId(String topicId)
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
topicId
- The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each
Amazon Web Services account.public void setTopic(TopicDetails topic)
The definition of the topic that you want to update.
topic
- The definition of the topic that you want to update.public TopicDetails getTopic()
The definition of the topic that you want to update.
public UpdateTopicRequest withTopic(TopicDetails topic)
The definition of the topic that you want to update.
topic
- The definition of the topic that you want to update.public String toString()
toString
in class Object
Object.toString()
public UpdateTopicRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()