@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableKinesisStreamingDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisableKinesisStreamingDestinationRequest() |
Modifier and Type | Method and Description |
---|---|
DisableKinesisStreamingDestinationRequest |
clone() |
boolean |
equals(Object obj) |
EnableKinesisStreamingConfiguration |
getEnableKinesisStreamingConfiguration()
The source for the Kinesis streaming information that is being enabled.
|
String |
getStreamArn()
The ARN for a Kinesis data stream.
|
String |
getTableName()
The name of the DynamoDB table.
|
int |
hashCode() |
void |
setEnableKinesisStreamingConfiguration(EnableKinesisStreamingConfiguration enableKinesisStreamingConfiguration)
The source for the Kinesis streaming information that is being enabled.
|
void |
setStreamArn(String streamArn)
The ARN for a Kinesis data stream.
|
void |
setTableName(String tableName)
The name of the DynamoDB table.
|
String |
toString()
Returns a string representation of this object.
|
DisableKinesisStreamingDestinationRequest |
withEnableKinesisStreamingConfiguration(EnableKinesisStreamingConfiguration enableKinesisStreamingConfiguration)
The source for the Kinesis streaming information that is being enabled.
|
DisableKinesisStreamingDestinationRequest |
withStreamArn(String streamArn)
The ARN for a Kinesis data stream.
|
DisableKinesisStreamingDestinationRequest |
withTableName(String tableName)
The name of the DynamoDB table.
|
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 DisableKinesisStreamingDestinationRequest()
public void setTableName(String tableName)
The name of the DynamoDB table.
tableName
- The name of the DynamoDB table.public String getTableName()
The name of the DynamoDB table.
public DisableKinesisStreamingDestinationRequest withTableName(String tableName)
The name of the DynamoDB table.
tableName
- The name of the DynamoDB table.public void setStreamArn(String streamArn)
The ARN for a Kinesis data stream.
streamArn
- The ARN for a Kinesis data stream.public String getStreamArn()
The ARN for a Kinesis data stream.
public DisableKinesisStreamingDestinationRequest withStreamArn(String streamArn)
The ARN for a Kinesis data stream.
streamArn
- The ARN for a Kinesis data stream.public void setEnableKinesisStreamingConfiguration(EnableKinesisStreamingConfiguration enableKinesisStreamingConfiguration)
The source for the Kinesis streaming information that is being enabled.
enableKinesisStreamingConfiguration
- The source for the Kinesis streaming information that is being enabled.public EnableKinesisStreamingConfiguration getEnableKinesisStreamingConfiguration()
The source for the Kinesis streaming information that is being enabled.
public DisableKinesisStreamingDestinationRequest withEnableKinesisStreamingConfiguration(EnableKinesisStreamingConfiguration enableKinesisStreamingConfiguration)
The source for the Kinesis streaming information that is being enabled.
enableKinesisStreamingConfiguration
- The source for the Kinesis streaming information that is being enabled.public String toString()
toString
in class Object
Object.toString()
public DisableKinesisStreamingDestinationRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.