@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFleetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateFleetRequest() |
Modifier and Type | Method and Description |
---|---|
CreateFleetRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateFleetRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateFleetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDisplayName()
The fleet name to display.
|
String |
getFleetName()
A unique name for the fleet.
|
Boolean |
getOptimizeForEndUserLocation()
The option to optimize for better performance by routing traffic through the closest AWS Region to users, which
may be outside of your home Region.
|
Map<String,String> |
getTags()
The tags to add to the resource.
|
int |
hashCode() |
Boolean |
isOptimizeForEndUserLocation()
The option to optimize for better performance by routing traffic through the closest AWS Region to users, which
may be outside of your home Region.
|
void |
setDisplayName(String displayName)
The fleet name to display.
|
void |
setFleetName(String fleetName)
A unique name for the fleet.
|
void |
setOptimizeForEndUserLocation(Boolean optimizeForEndUserLocation)
The option to optimize for better performance by routing traffic through the closest AWS Region to users, which
may be outside of your home Region.
|
void |
setTags(Map<String,String> tags)
The tags to add to the resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateFleetRequest |
withDisplayName(String displayName)
The fleet name to display.
|
CreateFleetRequest |
withFleetName(String fleetName)
A unique name for the fleet.
|
CreateFleetRequest |
withOptimizeForEndUserLocation(Boolean optimizeForEndUserLocation)
The option to optimize for better performance by routing traffic through the closest AWS Region to users, which
may be outside of your home Region.
|
CreateFleetRequest |
withTags(Map<String,String> tags)
The tags to add to 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 setFleetName(String fleetName)
A unique name for the fleet.
fleetName
- A unique name for the fleet.public String getFleetName()
A unique name for the fleet.
public CreateFleetRequest withFleetName(String fleetName)
A unique name for the fleet.
fleetName
- A unique name for the fleet.public void setDisplayName(String displayName)
The fleet name to display.
displayName
- The fleet name to display.public String getDisplayName()
The fleet name to display.
public CreateFleetRequest withDisplayName(String displayName)
The fleet name to display.
displayName
- The fleet name to display.public void setOptimizeForEndUserLocation(Boolean optimizeForEndUserLocation)
The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.
optimizeForEndUserLocation
- The option to optimize for better performance by routing traffic through the closest AWS Region to users,
which may be outside of your home Region.public Boolean getOptimizeForEndUserLocation()
The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.
public CreateFleetRequest withOptimizeForEndUserLocation(Boolean optimizeForEndUserLocation)
The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.
optimizeForEndUserLocation
- The option to optimize for better performance by routing traffic through the closest AWS Region to users,
which may be outside of your home Region.public Boolean isOptimizeForEndUserLocation()
The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.
public Map<String,String> getTags()
The tags to add to the resource. A tag is a key-value pair.
public void setTags(Map<String,String> tags)
The tags to add to the resource. A tag is a key-value pair.
tags
- The tags to add to the resource. A tag is a key-value pair.public CreateFleetRequest withTags(Map<String,String> tags)
The tags to add to the resource. A tag is a key-value pair.
tags
- The tags to add to the resource. A tag is a key-value pair.public CreateFleetRequest addTagsEntry(String key, String value)
public CreateFleetRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateFleetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()