@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeKinesisStreamingDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeKinesisStreamingDestinationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeKinesisStreamingDestinationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getTableName()
The name of the table being described.
|
int |
hashCode() |
void |
setTableName(String tableName)
The name of the table being described.
|
String |
toString()
Returns a string representation of this object.
|
DescribeKinesisStreamingDestinationRequest |
withTableName(String tableName)
The name of the table being described.
|
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 DescribeKinesisStreamingDestinationRequest()
public void setTableName(String tableName)
The name of the table being described.
tableName - The name of the table being described.public String getTableName()
The name of the table being described.
public DescribeKinesisStreamingDestinationRequest withTableName(String tableName)
The name of the table being described.
tableName - The name of the table being described.public String toString()
toString in class ObjectObject.toString()public DescribeKinesisStreamingDestinationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.