@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveTagsFromStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for RemoveTagsFromStream
.
NOOP
Constructor and Description |
---|
RemoveTagsFromStreamRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveTagsFromStreamRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getStreamARN()
The ARN of the stream.
|
String |
getStreamName()
The name of the stream.
|
List<String> |
getTagKeys()
A list of tag keys.
|
int |
hashCode() |
void |
setStreamARN(String streamARN)
The ARN of the stream.
|
void |
setStreamName(String streamName)
The name of the stream.
|
void |
setTagKeys(Collection<String> tagKeys)
A list of tag keys.
|
String |
toString()
Returns a string representation of this object.
|
RemoveTagsFromStreamRequest |
withStreamARN(String streamARN)
The ARN of the stream.
|
RemoveTagsFromStreamRequest |
withStreamName(String streamName)
The name of the stream.
|
RemoveTagsFromStreamRequest |
withTagKeys(Collection<String> tagKeys)
A list of tag keys.
|
RemoveTagsFromStreamRequest |
withTagKeys(String... tagKeys)
A list of tag keys.
|
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 setStreamName(String streamName)
The name of the stream.
streamName
- The name of the stream.public String getStreamName()
The name of the stream.
public RemoveTagsFromStreamRequest withStreamName(String streamName)
The name of the stream.
streamName
- The name of the stream.public List<String> getTagKeys()
A list of tag keys. Each corresponding tag is removed from the stream.
public void setTagKeys(Collection<String> tagKeys)
A list of tag keys. Each corresponding tag is removed from the stream.
tagKeys
- A list of tag keys. Each corresponding tag is removed from the stream.public RemoveTagsFromStreamRequest withTagKeys(String... tagKeys)
A list of tag keys. Each corresponding tag is removed from the stream.
NOTE: This method appends the values to the existing list (if any). Use
setTagKeys(java.util.Collection)
or withTagKeys(java.util.Collection)
if you want to override
the existing values.
tagKeys
- A list of tag keys. Each corresponding tag is removed from the stream.public RemoveTagsFromStreamRequest withTagKeys(Collection<String> tagKeys)
A list of tag keys. Each corresponding tag is removed from the stream.
tagKeys
- A list of tag keys. Each corresponding tag is removed from the stream.public void setStreamARN(String streamARN)
The ARN of the stream.
streamARN
- The ARN of the stream.public String getStreamARN()
The ARN of the stream.
public RemoveTagsFromStreamRequest withStreamARN(String streamARN)
The ARN of the stream.
streamARN
- The ARN of the stream.public String toString()
toString
in class Object
Object.toString()
public RemoveTagsFromStreamRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()