@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TagDeliveryStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
TagDeliveryStreamRequest() |
| Modifier and Type | Method and Description |
|---|---|
TagDeliveryStreamRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeliveryStreamName()
The name of the delivery stream to which you want to add the tags.
|
List<Tag> |
getTags()
A set of key-value pairs to use to create the tags.
|
int |
hashCode() |
void |
setDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream to which you want to add the tags.
|
void |
setTags(Collection<Tag> tags)
A set of key-value pairs to use to create the tags.
|
String |
toString()
Returns a string representation of this object.
|
TagDeliveryStreamRequest |
withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream to which you want to add the tags.
|
TagDeliveryStreamRequest |
withTags(Collection<Tag> tags)
A set of key-value pairs to use to create the tags.
|
TagDeliveryStreamRequest |
withTags(Tag... tags)
A set of key-value pairs to use to create the tags.
|
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, withSdkRequestTimeoutpublic void setDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream to which you want to add the tags.
deliveryStreamName - The name of the delivery stream to which you want to add the tags.public String getDeliveryStreamName()
The name of the delivery stream to which you want to add the tags.
public TagDeliveryStreamRequest withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream to which you want to add the tags.
deliveryStreamName - The name of the delivery stream to which you want to add the tags.public List<Tag> getTags()
A set of key-value pairs to use to create the tags.
public void setTags(Collection<Tag> tags)
A set of key-value pairs to use to create the tags.
tags - A set of key-value pairs to use to create the tags.public TagDeliveryStreamRequest withTags(Tag... tags)
A set of key-value pairs to use to create the tags.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - A set of key-value pairs to use to create the tags.public TagDeliveryStreamRequest withTags(Collection<Tag> tags)
A set of key-value pairs to use to create the tags.
tags - A set of key-value pairs to use to create the tags.public String toString()
toString in class ObjectObject.toString()public TagDeliveryStreamRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()