@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) |
String |
getStreamArn()
The ARN for a Kinesis data stream.
|
String |
getTableName()
The name of the DynamoDB table.
|
int |
hashCode() |
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 |
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, withSdkRequestTimeoutpublic 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 String toString()
toString in class ObjectObject.toString()public DisableKinesisStreamingDestinationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.