@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateOutpostRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateOutpostRequest() |
Modifier and Type | Method and Description |
---|---|
CreateOutpostRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateOutpostRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateOutpostRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAvailabilityZone() |
String |
getAvailabilityZoneId() |
String |
getDescription() |
String |
getName() |
String |
getSiteId() |
String |
getSupportedHardwareType()
The type of hardware for this Outpost.
|
Map<String,String> |
getTags()
The tags to apply to the Outpost.
|
int |
hashCode() |
void |
setAvailabilityZone(String availabilityZone) |
void |
setAvailabilityZoneId(String availabilityZoneId) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setSiteId(String siteId) |
void |
setSupportedHardwareType(String supportedHardwareType)
The type of hardware for this Outpost.
|
void |
setTags(Map<String,String> tags)
The tags to apply to the Outpost.
|
String |
toString()
Returns a string representation of this object.
|
CreateOutpostRequest |
withAvailabilityZone(String availabilityZone) |
CreateOutpostRequest |
withAvailabilityZoneId(String availabilityZoneId) |
CreateOutpostRequest |
withDescription(String description) |
CreateOutpostRequest |
withName(String name) |
CreateOutpostRequest |
withSiteId(String siteId) |
CreateOutpostRequest |
withSupportedHardwareType(String supportedHardwareType)
The type of hardware for this Outpost.
|
CreateOutpostRequest |
withSupportedHardwareType(SupportedHardwareType supportedHardwareType)
The type of hardware for this Outpost.
|
CreateOutpostRequest |
withTags(Map<String,String> tags)
The tags to apply to the Outpost.
|
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 void setSupportedHardwareType(String supportedHardwareType)
The type of hardware for this Outpost.
supportedHardwareType
- The type of hardware for this Outpost.SupportedHardwareType
public String getSupportedHardwareType()
The type of hardware for this Outpost.
SupportedHardwareType
public CreateOutpostRequest withSupportedHardwareType(String supportedHardwareType)
The type of hardware for this Outpost.
supportedHardwareType
- The type of hardware for this Outpost.SupportedHardwareType
public CreateOutpostRequest withSupportedHardwareType(SupportedHardwareType supportedHardwareType)
The type of hardware for this Outpost.
supportedHardwareType
- The type of hardware for this Outpost.SupportedHardwareType
public String toString()
toString
in class Object
Object.toString()
public CreateOutpostRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()