@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterStreamConsumerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeregisterStreamConsumerRequest() |
Modifier and Type | Method and Description |
---|---|
DeregisterStreamConsumerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
DeregisterStreamConsumerRequest |
withConsumerARN(String consumerARN)
The ARN returned by Kinesis Data Streams when you registered the consumer.
|
DeregisterStreamConsumerRequest |
withConsumerName(String consumerName)
The name that you gave to the consumer.
|
DeregisterStreamConsumerRequest |
withStreamARN(String streamARN)
The ARN of the Kinesis data stream that the consumer is registered 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 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 DeregisterStreamConsumerRequest 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 DeregisterStreamConsumerRequest 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. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
consumerARN
- The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of
the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of
the descriptions of all the consumers that are currently registered with a given data stream. The
description of a consumer contains its ARN.public String getConsumerARN()
The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
public DeregisterStreamConsumerRequest withConsumerARN(String consumerARN)
The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
consumerARN
- The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of
the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of
the descriptions of all the consumers that are currently registered with a given data stream. The
description of a consumer contains its ARN.public String toString()
toString
in class Object
Object.toString()
public DeregisterStreamConsumerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()