@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterStreamConsumerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RegisterStreamConsumerResult() |
Modifier and Type | Method and Description |
---|---|
RegisterStreamConsumerResult |
clone() |
boolean |
equals(Object obj) |
Consumer |
getConsumer()
An object that represents the details of the consumer you registered.
|
int |
hashCode() |
void |
setConsumer(Consumer consumer)
An object that represents the details of the consumer you registered.
|
String |
toString()
Returns a string representation of this object.
|
RegisterStreamConsumerResult |
withConsumer(Consumer consumer)
An object that represents the details of the consumer you registered.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConsumer(Consumer consumer)
An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.
consumer
- An object that represents the details of the consumer you registered. When you register a consumer, it
gets an ARN that is generated by Kinesis Data Streams.public Consumer getConsumer()
An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.
public RegisterStreamConsumerResult withConsumer(Consumer consumer)
An object that represents the details of the consumer you registered. When you register a consumer, it gets an ARN that is generated by Kinesis Data Streams.
consumer
- An object that represents the details of the consumer you registered. When you register a consumer, it
gets an ARN that is generated by Kinesis Data Streams.public String toString()
toString
in class Object
Object.toString()
public RegisterStreamConsumerResult clone()