@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStreamConsumerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeStreamConsumerResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStreamConsumerResult |
clone() |
boolean |
equals(Object obj) |
ConsumerDescription |
getConsumerDescription()
An object that represents the details of the consumer.
|
int |
hashCode() |
void |
setConsumerDescription(ConsumerDescription consumerDescription)
An object that represents the details of the consumer.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeStreamConsumerResult |
withConsumerDescription(ConsumerDescription consumerDescription)
An object that represents the details of the consumer.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConsumerDescription(ConsumerDescription consumerDescription)
An object that represents the details of the consumer.
consumerDescription
- An object that represents the details of the consumer.public ConsumerDescription getConsumerDescription()
An object that represents the details of the consumer.
public DescribeStreamConsumerResult withConsumerDescription(ConsumerDescription consumerDescription)
An object that represents the details of the consumer.
consumerDescription
- An object that represents the details of the consumer.public String toString()
toString
in class Object
Object.toString()
public DescribeStreamConsumerResult clone()
Copyright © 2018. All rights reserved.