@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateKinesisStreamingDestinationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateKinesisStreamingDestinationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateKinesisStreamingDestinationResult |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationStatus()
The status of the attempt to update the Kinesis streaming destination output.
|
String |
getStreamArn()
The ARN for the Kinesis stream input.
|
String |
getTableName()
The table name for the Kinesis streaming destination output.
|
UpdateKinesisStreamingConfiguration |
getUpdateKinesisStreamingConfiguration()
The command to update the Kinesis streaming destination configuration.
|
int |
hashCode() |
void |
setDestinationStatus(String destinationStatus)
The status of the attempt to update the Kinesis streaming destination output.
|
void |
setStreamArn(String streamArn)
The ARN for the Kinesis stream input.
|
void |
setTableName(String tableName)
The table name for the Kinesis streaming destination output.
|
void |
setUpdateKinesisStreamingConfiguration(UpdateKinesisStreamingConfiguration updateKinesisStreamingConfiguration)
The command to update the Kinesis streaming destination configuration.
|
String |
toString()
Returns a string representation of this object.
|
UpdateKinesisStreamingDestinationResult |
withDestinationStatus(DestinationStatus destinationStatus)
The status of the attempt to update the Kinesis streaming destination output.
|
UpdateKinesisStreamingDestinationResult |
withDestinationStatus(String destinationStatus)
The status of the attempt to update the Kinesis streaming destination output.
|
UpdateKinesisStreamingDestinationResult |
withStreamArn(String streamArn)
The ARN for the Kinesis stream input.
|
UpdateKinesisStreamingDestinationResult |
withTableName(String tableName)
The table name for the Kinesis streaming destination output.
|
UpdateKinesisStreamingDestinationResult |
withUpdateKinesisStreamingConfiguration(UpdateKinesisStreamingConfiguration updateKinesisStreamingConfiguration)
The command to update the Kinesis streaming destination configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public UpdateKinesisStreamingDestinationResult()
public void setTableName(String tableName)
The table name for the Kinesis streaming destination output.
tableName
- The table name for the Kinesis streaming destination output.public String getTableName()
The table name for the Kinesis streaming destination output.
public UpdateKinesisStreamingDestinationResult withTableName(String tableName)
The table name for the Kinesis streaming destination output.
tableName
- The table name for the Kinesis streaming destination output.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 UpdateKinesisStreamingDestinationResult withStreamArn(String streamArn)
The ARN for the Kinesis stream input.
streamArn
- The ARN for the Kinesis stream input.public void setDestinationStatus(String destinationStatus)
The status of the attempt to update the Kinesis streaming destination output.
destinationStatus
- The status of the attempt to update the Kinesis streaming destination output.DestinationStatus
public String getDestinationStatus()
The status of the attempt to update the Kinesis streaming destination output.
DestinationStatus
public UpdateKinesisStreamingDestinationResult withDestinationStatus(String destinationStatus)
The status of the attempt to update the Kinesis streaming destination output.
destinationStatus
- The status of the attempt to update the Kinesis streaming destination output.DestinationStatus
public UpdateKinesisStreamingDestinationResult withDestinationStatus(DestinationStatus destinationStatus)
The status of the attempt to update the Kinesis streaming destination output.
destinationStatus
- The status of the attempt to update the Kinesis streaming destination output.DestinationStatus
public void setUpdateKinesisStreamingConfiguration(UpdateKinesisStreamingConfiguration updateKinesisStreamingConfiguration)
The command to update the Kinesis streaming destination configuration.
updateKinesisStreamingConfiguration
- The command to update the Kinesis streaming destination configuration.public UpdateKinesisStreamingConfiguration getUpdateKinesisStreamingConfiguration()
The command to update the Kinesis streaming destination configuration.
public UpdateKinesisStreamingDestinationResult withUpdateKinesisStreamingConfiguration(UpdateKinesisStreamingConfiguration updateKinesisStreamingConfiguration)
The command to update the Kinesis streaming destination configuration.
updateKinesisStreamingConfiguration
- The command to update the Kinesis streaming destination configuration.public String toString()
toString
in class Object
Object.toString()
public UpdateKinesisStreamingDestinationResult clone()