@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 DescribeKinesisStreamingDestinationRequest()
public void setTableName(String tableName)
The name of the table being described. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
tableName
- The name of the table being described. You can also provide the Amazon Resource Name (ARN) of the table in
this parameter.public String getTableName()
The name of the table being described. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
public DescribeKinesisStreamingDestinationRequest withTableName(String tableName)
The name of the table being described. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
tableName
- The name of the table being described. You can also provide the Amazon Resource Name (ARN) of the table in
this parameter.public String toString()
toString
in class Object
Object.toString()
public DescribeKinesisStreamingDestinationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()