public class CreateAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request action.
NOOP| Constructor and Description |
|---|
CreateAliasRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateAliasRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
Human-readable description of the alias.
|
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 |
setDescription(String description)
Human-readable description of the alias.
|
void |
setName(String name)
Descriptive label associated with this alias.
|
void |
setRoutingStrategy(RoutingStrategy routingStrategy)
Object specifying the fleet and routing type to use for the alias.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateAliasRequest |
withDescription(String description)
Human-readable description of the alias.
|
CreateAliasRequest |
withName(String name)
Descriptive label associated with this alias.
|
CreateAliasRequest |
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, withSdkRequestTimeoutpublic void setName(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 String getName()
Descriptive label associated with this alias. Alias names do not need to be unique.
public CreateAliasRequest withName(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(String description)
Human-readable description of the alias.
description - Human-readable description of the alias.public String getDescription()
Human-readable description of the alias.
public CreateAliasRequest withDescription(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 CreateAliasRequest 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 String toString()
toString in class ObjectObject.toString()public CreateAliasRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.