@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterEventTopicRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Removes the specified directory as a publisher to the specified SNS topic.
NOOP
Constructor and Description |
---|
DeregisterEventTopicRequest() |
Modifier and Type | Method and Description |
---|---|
DeregisterEventTopicRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryId()
The Directory ID to remove as a publisher.
|
String |
getTopicName()
The name of the SNS topic from which to remove the directory as a publisher.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The Directory ID to remove as a publisher.
|
void |
setTopicName(String topicName)
The name of the SNS topic from which to remove the directory as a publisher.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeregisterEventTopicRequest |
withDirectoryId(String directoryId)
The Directory ID to remove as a publisher.
|
DeregisterEventTopicRequest |
withTopicName(String topicName)
The name of the SNS topic from which to remove the directory as a publisher.
|
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 setDirectoryId(String directoryId)
The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.
directoryId
- The Directory ID to remove as a publisher. This directory will no longer send messages to the specified
SNS topic.public String getDirectoryId()
The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.
public DeregisterEventTopicRequest withDirectoryId(String directoryId)
The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.
directoryId
- The Directory ID to remove as a publisher. This directory will no longer send messages to the specified
SNS topic.public void setTopicName(String topicName)
The name of the SNS topic from which to remove the directory as a publisher.
topicName
- The name of the SNS topic from which to remove the directory as a publisher.public String getTopicName()
The name of the SNS topic from which to remove the directory as a publisher.
public DeregisterEventTopicRequest withTopicName(String topicName)
The name of the SNS topic from which to remove the directory as a publisher.
topicName
- The name of the SNS topic from which to remove the directory as a publisher.public String toString()
toString
in class Object
Object.toString()
public DeregisterEventTopicRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.