@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateKinesisStreamingDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateKinesisStreamingDestinationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateKinesisStreamingDestinationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getStreamArn()
The ARN for the Kinesis stream input.
|
String |
getTableName()
The table name for the Kinesis streaming destination input.
|
UpdateKinesisStreamingConfiguration |
getUpdateKinesisStreamingConfiguration()
The command to update the Kinesis stream configuration.
|
int |
hashCode() |
void |
setStreamArn(String streamArn)
The ARN for the Kinesis stream input.
|
void |
setTableName(String tableName)
The table name for the Kinesis streaming destination input.
|
void |
setUpdateKinesisStreamingConfiguration(UpdateKinesisStreamingConfiguration updateKinesisStreamingConfiguration)
The command to update the Kinesis stream configuration.
|
String |
toString()
Returns a string representation of this object.
|
UpdateKinesisStreamingDestinationRequest |
withStreamArn(String streamArn)
The ARN for the Kinesis stream input.
|
UpdateKinesisStreamingDestinationRequest |
withTableName(String tableName)
The table name for the Kinesis streaming destination input.
|
UpdateKinesisStreamingDestinationRequest |
withUpdateKinesisStreamingConfiguration(UpdateKinesisStreamingConfiguration updateKinesisStreamingConfiguration)
The command to update the Kinesis stream configuration.
|
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 UpdateKinesisStreamingDestinationRequest()
public void setTableName(String tableName)
The table name for the Kinesis streaming destination input.
tableName
- The table name for the Kinesis streaming destination input.public String getTableName()
The table name for the Kinesis streaming destination input.
public UpdateKinesisStreamingDestinationRequest withTableName(String tableName)
The table name for the Kinesis streaming destination input.
tableName
- The table name for the Kinesis streaming destination input.public void setStreamArn(String streamArn)
The ARN for the Kinesis stream input.
streamArn
- The ARN for the Kinesis stream input.public String getStreamArn()
The ARN for the Kinesis stream input.
public UpdateKinesisStreamingDestinationRequest withStreamArn(String streamArn)
The ARN for the Kinesis stream input.
streamArn
- The ARN for the Kinesis stream input.public void setUpdateKinesisStreamingConfiguration(UpdateKinesisStreamingConfiguration updateKinesisStreamingConfiguration)
The command to update the Kinesis stream configuration.
updateKinesisStreamingConfiguration
- The command to update the Kinesis stream configuration.public UpdateKinesisStreamingConfiguration getUpdateKinesisStreamingConfiguration()
The command to update the Kinesis stream configuration.
public UpdateKinesisStreamingDestinationRequest withUpdateKinesisStreamingConfiguration(UpdateKinesisStreamingConfiguration updateKinesisStreamingConfiguration)
The command to update the Kinesis stream configuration.
updateKinesisStreamingConfiguration
- The command to update the Kinesis stream configuration.public String toString()
toString
in class Object
Object.toString()
public UpdateKinesisStreamingDestinationRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.