@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
EnableKinesisStreamingDestinationRequest |
withEnableKinesisStreamingConfiguration(EnableKinesisStreamingConfiguration enableKinesisStreamingConfiguration)
The source for the Kinesis streaming information that is being enabled.
|
EnableKinesisStreamingDestinationRequest |
withStreamArn(String streamArn)
The ARN for a Kinesis data stream.
|
EnableKinesisStreamingDestinationRequest |
withTableName(String tableName)
The name of the DynamoDB table.
|
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 EnableKinesisStreamingDestinationRequest()
public void setTableName(String tableName)
The name of the DynamoDB table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
tableName
- The name of the DynamoDB table. You can also provide the Amazon Resource Name (ARN) of the table in this
parameter.public String getTableName()
The name of the DynamoDB table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
public EnableKinesisStreamingDestinationRequest withTableName(String tableName)
The name of the DynamoDB table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
tableName
- The name of the DynamoDB table. You can also provide the Amazon Resource Name (ARN) of the table in this
parameter.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 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 EnableKinesisStreamingDestinationRequest 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 EnableKinesisStreamingDestinationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()