@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterStreamConsumerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RegisterStreamConsumerRequest() |
Modifier and Type | Method and Description |
---|---|
RegisterStreamConsumerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConsumerName()
For a given Kinesis data stream, each consumer must have a unique name.
|
String |
getStreamARN()
The ARN of the Kinesis data stream that you want to register the consumer with.
|
int |
hashCode() |
void |
setConsumerName(String consumerName)
For a given Kinesis data stream, each consumer must have a unique name.
|
void |
setStreamARN(String streamARN)
The ARN of the Kinesis data stream that you want to register the consumer with.
|
String |
toString()
Returns a string representation of this object.
|
RegisterStreamConsumerRequest |
withConsumerName(String consumerName)
For a given Kinesis data stream, each consumer must have a unique name.
|
RegisterStreamConsumerRequest |
withStreamARN(String streamARN)
The ARN of the Kinesis data stream that you want to register the consumer with.
|
addHandlerContext, 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 you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
streamARN
- The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.public String getStreamARN()
The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
public RegisterStreamConsumerRequest withStreamARN(String streamARN)
The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
streamARN
- The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.public void setConsumerName(String consumerName)
For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.
consumerName
- For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have
to be unique across data streams.public String getConsumerName()
For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.
public RegisterStreamConsumerRequest withConsumerName(String consumerName)
For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.
consumerName
- For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have
to be unique across data streams.public String toString()
toString
in class Object
Object.toString()
public RegisterStreamConsumerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()