public class UpdateAliasRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input for a request action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
aliasId
Unique identifier for a fleet alias.
|
private java.lang.String |
description
Human-readable description of the alias.
|
private java.lang.String |
name
Descriptive label associated with this alias.
|
private RoutingStrategy |
routingStrategy
Object specifying the fleet and routing type to use for the alias.
|
NOOP
Constructor and Description |
---|
UpdateAliasRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAliasRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAliasId()
Unique identifier for a fleet alias.
|
java.lang.String |
getDescription()
Human-readable description of the alias.
|
java.lang.String |
getName()
Descriptive label associated with this alias.
|
RoutingStrategy |
getRoutingStrategy()
Object specifying the fleet and routing type to use for the alias.
|
int |
hashCode() |
void |
setAliasId(java.lang.String aliasId)
Unique identifier for a fleet alias.
|
void |
setDescription(java.lang.String description)
Human-readable description of the alias.
|
void |
setName(java.lang.String name)
Descriptive label associated with this alias.
|
void |
setRoutingStrategy(RoutingStrategy routingStrategy)
Object specifying the fleet and routing type to use for the alias.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateAliasRequest |
withAliasId(java.lang.String aliasId)
Unique identifier for a fleet alias.
|
UpdateAliasRequest |
withDescription(java.lang.String description)
Human-readable description of the alias.
|
UpdateAliasRequest |
withName(java.lang.String name)
Descriptive label associated with this alias.
|
UpdateAliasRequest |
withRoutingStrategy(RoutingStrategy routingStrategy)
Object specifying the fleet and routing type to use for the alias.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String aliasId
Unique identifier for a fleet alias. Specify the alias you want to update.
private java.lang.String name
Descriptive label associated with this alias. Alias names do not need to be unique.
private java.lang.String description
Human-readable description of the alias.
private RoutingStrategy routingStrategy
Object specifying the fleet and routing type to use for the alias.
public void setAliasId(java.lang.String aliasId)
Unique identifier for a fleet alias. Specify the alias you want to update.
aliasId
- Unique identifier for a fleet alias. Specify the alias you want to
update.public java.lang.String getAliasId()
Unique identifier for a fleet alias. Specify the alias you want to update.
public UpdateAliasRequest withAliasId(java.lang.String aliasId)
Unique identifier for a fleet alias. Specify the alias you want to update.
aliasId
- Unique identifier for a fleet alias. Specify the alias you want to
update.public void setName(java.lang.String name)
Descriptive label associated with this alias. Alias names do not need to be unique.
name
- Descriptive label associated with this alias. Alias names do not
need to be unique.public java.lang.String getName()
Descriptive label associated with this alias. Alias names do not need to be unique.
public UpdateAliasRequest withName(java.lang.String name)
Descriptive label associated with this alias. Alias names do not need to be unique.
name
- Descriptive label associated with this alias. Alias names do not
need to be unique.public void setDescription(java.lang.String description)
Human-readable description of the alias.
description
- Human-readable description of the alias.public java.lang.String getDescription()
Human-readable description of the alias.
public UpdateAliasRequest withDescription(java.lang.String description)
Human-readable description of the alias.
description
- Human-readable description of the alias.public void setRoutingStrategy(RoutingStrategy routingStrategy)
Object specifying the fleet and routing type to use for the alias.
routingStrategy
- Object specifying the fleet and routing type to use for the alias.public RoutingStrategy getRoutingStrategy()
Object specifying the fleet and routing type to use for the alias.
public UpdateAliasRequest withRoutingStrategy(RoutingStrategy routingStrategy)
Object specifying the fleet and routing type to use for the alias.
routingStrategy
- Object specifying the fleet and routing type to use for the alias.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()