@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeKinesisStreamingDestinationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeKinesisStreamingDestinationResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeKinesisStreamingDestinationResult |
clone() |
boolean |
equals(Object obj) |
List<KinesisDataStreamDestination> |
getKinesisDataStreamDestinations()
The list of replica structures for the table being described.
|
String |
getTableName()
The name of the table being described.
|
int |
hashCode() |
void |
setKinesisDataStreamDestinations(Collection<KinesisDataStreamDestination> kinesisDataStreamDestinations)
The list of replica structures for the table being described.
|
void |
setTableName(String tableName)
The name of the table being described.
|
String |
toString()
Returns a string representation of this object.
|
DescribeKinesisStreamingDestinationResult |
withKinesisDataStreamDestinations(Collection<KinesisDataStreamDestination> kinesisDataStreamDestinations)
The list of replica structures for the table being described.
|
DescribeKinesisStreamingDestinationResult |
withKinesisDataStreamDestinations(KinesisDataStreamDestination... kinesisDataStreamDestinations)
The list of replica structures for the table being described.
|
DescribeKinesisStreamingDestinationResult |
withTableName(String tableName)
The name of the table being described.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeKinesisStreamingDestinationResult()
public void setTableName(String tableName)
The name of the table being described.
tableName - The name of the table being described.public String getTableName()
The name of the table being described.
public DescribeKinesisStreamingDestinationResult withTableName(String tableName)
The name of the table being described.
tableName - The name of the table being described.public List<KinesisDataStreamDestination> getKinesisDataStreamDestinations()
The list of replica structures for the table being described.
public void setKinesisDataStreamDestinations(Collection<KinesisDataStreamDestination> kinesisDataStreamDestinations)
The list of replica structures for the table being described.
kinesisDataStreamDestinations - The list of replica structures for the table being described.public DescribeKinesisStreamingDestinationResult withKinesisDataStreamDestinations(KinesisDataStreamDestination... kinesisDataStreamDestinations)
The list of replica structures for the table being described.
NOTE: This method appends the values to the existing list (if any). Use
setKinesisDataStreamDestinations(java.util.Collection) or
withKinesisDataStreamDestinations(java.util.Collection) if you want to override the existing values.
kinesisDataStreamDestinations - The list of replica structures for the table being described.public DescribeKinesisStreamingDestinationResult withKinesisDataStreamDestinations(Collection<KinesisDataStreamDestination> kinesisDataStreamDestinations)
The list of replica structures for the table being described.
kinesisDataStreamDestinations - The list of replica structures for the table being described.public String toString()
toString in class ObjectObject.toString()public DescribeKinesisStreamingDestinationResult clone()