@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableKinesisStreamingDestinationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
EnableKinesisStreamingDestinationResult() |
Modifier and Type | Method and Description |
---|---|
EnableKinesisStreamingDestinationResult |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationStatus()
The current status of the replication.
|
String |
getStreamArn()
The ARN for the specific Kinesis data stream.
|
String |
getTableName()
The name of the table being modified.
|
int |
hashCode() |
void |
setDestinationStatus(String destinationStatus)
The current status of the replication.
|
void |
setStreamArn(String streamArn)
The ARN for the specific Kinesis data stream.
|
void |
setTableName(String tableName)
The name of the table being modified.
|
String |
toString()
Returns a string representation of this object.
|
EnableKinesisStreamingDestinationResult |
withDestinationStatus(DestinationStatus destinationStatus)
The current status of the replication.
|
EnableKinesisStreamingDestinationResult |
withDestinationStatus(String destinationStatus)
The current status of the replication.
|
EnableKinesisStreamingDestinationResult |
withStreamArn(String streamArn)
The ARN for the specific Kinesis data stream.
|
EnableKinesisStreamingDestinationResult |
withTableName(String tableName)
The name of the table being modified.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public EnableKinesisStreamingDestinationResult()
public void setTableName(String tableName)
The name of the table being modified.
tableName
- The name of the table being modified.public String getTableName()
The name of the table being modified.
public EnableKinesisStreamingDestinationResult withTableName(String tableName)
The name of the table being modified.
tableName
- The name of the table being modified.public void setStreamArn(String streamArn)
The ARN for the specific Kinesis data stream.
streamArn
- The ARN for the specific Kinesis data stream.public String getStreamArn()
The ARN for the specific Kinesis data stream.
public EnableKinesisStreamingDestinationResult withStreamArn(String streamArn)
The ARN for the specific Kinesis data stream.
streamArn
- The ARN for the specific Kinesis data stream.public void setDestinationStatus(String destinationStatus)
The current status of the replication.
destinationStatus
- The current status of the replication.DestinationStatus
public String getDestinationStatus()
The current status of the replication.
DestinationStatus
public EnableKinesisStreamingDestinationResult withDestinationStatus(String destinationStatus)
The current status of the replication.
destinationStatus
- The current status of the replication.DestinationStatus
public EnableKinesisStreamingDestinationResult withDestinationStatus(DestinationStatus destinationStatus)
The current status of the replication.
destinationStatus
- The current status of the replication.DestinationStatus
public String toString()
toString
in class Object
Object.toString()
public EnableKinesisStreamingDestinationResult clone()
Copyright © 2021. All rights reserved.