@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTopicRuleDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
CreateTopicRuleDestinationRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateTopicRuleDestinationRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
TopicRuleDestinationConfiguration | 
getDestinationConfiguration()
 The topic rule destination configuration. 
 | 
int | 
hashCode()  | 
void | 
setDestinationConfiguration(TopicRuleDestinationConfiguration destinationConfiguration)
 The topic rule destination configuration. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateTopicRuleDestinationRequest | 
withDestinationConfiguration(TopicRuleDestinationConfiguration destinationConfiguration)
 The topic rule destination configuration. 
 | 
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, withSdkRequestTimeoutpublic void setDestinationConfiguration(TopicRuleDestinationConfiguration destinationConfiguration)
The topic rule destination configuration.
destinationConfiguration - The topic rule destination configuration.public TopicRuleDestinationConfiguration getDestinationConfiguration()
The topic rule destination configuration.
public CreateTopicRuleDestinationRequest withDestinationConfiguration(TopicRuleDestinationConfiguration destinationConfiguration)
The topic rule destination configuration.
destinationConfiguration - The topic rule destination configuration.public String toString()
toString in class ObjectObject.toString()public CreateTopicRuleDestinationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()