@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStreamConsumerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeStreamConsumerRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeStreamConsumerRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConsumerARN()
The ARN returned by Kinesis Data Streams when you registered the consumer.
|
String |
getConsumerName()
The name that you gave to the consumer.
|
String |
getStreamARN()
The ARN of the Kinesis data stream that the consumer is registered with.
|
int |
hashCode() |
void |
setConsumerARN(String consumerARN)
The ARN returned by Kinesis Data Streams when you registered the consumer.
|
void |
setConsumerName(String consumerName)
The name that you gave to the consumer.
|
void |
setStreamARN(String streamARN)
The ARN of the Kinesis data stream that the consumer is registered with.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStreamConsumerRequest |
withConsumerARN(String consumerARN)
The ARN returned by Kinesis Data Streams when you registered the consumer.
|
DescribeStreamConsumerRequest |
withConsumerName(String consumerName)
The name that you gave to the consumer.
|
DescribeStreamConsumerRequest |
withStreamARN(String streamARN)
The ARN of the Kinesis data stream that the consumer is registered with.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStreamARN(String streamARN)
The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
streamARN
- The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.public String getStreamARN()
The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
public DescribeStreamConsumerRequest withStreamARN(String streamARN)
The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
streamARN
- The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.public void setConsumerName(String consumerName)
The name that you gave to the consumer.
consumerName
- The name that you gave to the consumer.public String getConsumerName()
The name that you gave to the consumer.
public DescribeStreamConsumerRequest withConsumerName(String consumerName)
The name that you gave to the consumer.
consumerName
- The name that you gave to the consumer.public void setConsumerARN(String consumerARN)
The ARN returned by Kinesis Data Streams when you registered the consumer.
consumerARN
- The ARN returned by Kinesis Data Streams when you registered the consumer.public String getConsumerARN()
The ARN returned by Kinesis Data Streams when you registered the consumer.
public DescribeStreamConsumerRequest withConsumerARN(String consumerARN)
The ARN returned by Kinesis Data Streams when you registered the consumer.
consumerARN
- The ARN returned by Kinesis Data Streams when you registered the consumer.public String toString()
toString
in class Object
Object.toString()
public DescribeStreamConsumerRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.