@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableKinesisStreamingDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisableKinesisStreamingDestinationRequest() |
Modifier and Type | Method and Description |
---|---|
DisableKinesisStreamingDestinationRequest |
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.
|
DisableKinesisStreamingDestinationRequest |
withEnableKinesisStreamingConfiguration(EnableKinesisStreamingConfiguration enableKinesisStreamingConfiguration)
The source for the Kinesis streaming information that is being enabled.
|
DisableKinesisStreamingDestinationRequest |
withStreamArn(String streamArn)
The ARN for a Kinesis data stream.
|
DisableKinesisStreamingDestinationRequest |
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 DisableKinesisStreamingDestinationRequest()
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 DisableKinesisStreamingDestinationRequest 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 DisableKinesisStreamingDestinationRequest 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 DisableKinesisStreamingDestinationRequest 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 DisableKinesisStreamingDestinationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()