@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableKinesisStreamingDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
EnableKinesisStreamingDestinationRequest() |
Modifier and Type | Method and Description |
---|---|
EnableKinesisStreamingDestinationRequest |
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.
|
EnableKinesisStreamingDestinationRequest |
withStreamArn(String streamArn)
The ARN for a Kinesis data stream.
|
EnableKinesisStreamingDestinationRequest |
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 EnableKinesisStreamingDestinationRequest()
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 EnableKinesisStreamingDestinationRequest 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 EnableKinesisStreamingDestinationRequest withStreamArn(String streamArn)
The ARN for a Kinesis data stream.
streamArn
- The ARN for a Kinesis data stream.public String toString()
toString
in class Object
Object.toString()
public EnableKinesisStreamingDestinationRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.