@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDeliveryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateDeliveryRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDeliveryRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateDeliveryRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateDeliveryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDeliveryDestinationArn()
The ARN of the delivery destination to use for this delivery.
|
String |
getDeliverySourceName()
The name of the delivery source to use for this delivery.
|
Map<String,String> |
getTags()
An optional list of key-value pairs to associate with the resource.
|
int |
hashCode() |
void |
setDeliveryDestinationArn(String deliveryDestinationArn)
The ARN of the delivery destination to use for this delivery.
|
void |
setDeliverySourceName(String deliverySourceName)
The name of the delivery source to use for this delivery.
|
void |
setTags(Map<String,String> tags)
An optional list of key-value pairs to associate with the resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateDeliveryRequest |
withDeliveryDestinationArn(String deliveryDestinationArn)
The ARN of the delivery destination to use for this delivery.
|
CreateDeliveryRequest |
withDeliverySourceName(String deliverySourceName)
The name of the delivery source to use for this delivery.
|
CreateDeliveryRequest |
withTags(Map<String,String> tags)
An optional list of key-value pairs to associate with the resource.
|
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 setDeliverySourceName(String deliverySourceName)
The name of the delivery source to use for this delivery.
deliverySourceName
- The name of the delivery source to use for this delivery.public String getDeliverySourceName()
The name of the delivery source to use for this delivery.
public CreateDeliveryRequest withDeliverySourceName(String deliverySourceName)
The name of the delivery source to use for this delivery.
deliverySourceName
- The name of the delivery source to use for this delivery.public void setDeliveryDestinationArn(String deliveryDestinationArn)
The ARN of the delivery destination to use for this delivery.
deliveryDestinationArn
- The ARN of the delivery destination to use for this delivery.public String getDeliveryDestinationArn()
The ARN of the delivery destination to use for this delivery.
public CreateDeliveryRequest withDeliveryDestinationArn(String deliveryDestinationArn)
The ARN of the delivery destination to use for this delivery.
deliveryDestinationArn
- The ARN of the delivery destination to use for this delivery.public Map<String,String> getTags()
An optional list of key-value pairs to associate with the resource.
For more information about tagging, see Tagging Amazon Web Services resources
For more information about tagging, see Tagging Amazon Web Services resources
public void setTags(Map<String,String> tags)
An optional list of key-value pairs to associate with the resource.
For more information about tagging, see Tagging Amazon Web Services resources
tags
- An optional list of key-value pairs to associate with the resource.
For more information about tagging, see Tagging Amazon Web Services resources
public CreateDeliveryRequest withTags(Map<String,String> tags)
An optional list of key-value pairs to associate with the resource.
For more information about tagging, see Tagging Amazon Web Services resources
tags
- An optional list of key-value pairs to associate with the resource.
For more information about tagging, see Tagging Amazon Web Services resources
public CreateDeliveryRequest addTagsEntry(String key, String value)
public CreateDeliveryRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateDeliveryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()