@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateOutpostRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateOutpostRequest() |
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 setName(String name)
name
- public String getName()
public CreateOutpostRequest withName(String name)
name
- public void setDescription(String description)
description
- public String getDescription()
public CreateOutpostRequest withDescription(String description)
description
- public void setSiteId(String siteId)
siteId
- public String getSiteId()
public CreateOutpostRequest withSiteId(String siteId)
siteId
- public void setAvailabilityZone(String availabilityZone)
availabilityZone
- public String getAvailabilityZone()
public CreateOutpostRequest withAvailabilityZone(String availabilityZone)
availabilityZone
- public void setAvailabilityZoneId(String availabilityZoneId)
availabilityZoneId
- public String getAvailabilityZoneId()
public CreateOutpostRequest withAvailabilityZoneId(String availabilityZoneId)
availabilityZoneId
- public Map<String,String> getTags()
The tags to apply to the Outpost.
public void setTags(Map<String,String> tags)
The tags to apply to the Outpost.
tags
- The tags to apply to the Outpost.public CreateOutpostRequest withTags(Map<String,String> tags)
The tags to apply to the Outpost.
tags
- The tags to apply to the Outpost.public CreateOutpostRequest addTagsEntry(String key, String value)
public CreateOutpostRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateOutpostRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()