@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFlowAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateFlowAliasRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFlowAliasRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAliasIdentifier()
The unique identifier of the alias.
|
String |
getDescription()
A description for the flow alias.
|
String |
getFlowIdentifier()
The unique identifier of the flow.
|
String |
getName()
The name of the flow alias.
|
List<FlowAliasRoutingConfigurationListItem> |
getRoutingConfiguration()
Contains information about the version to which to map the alias.
|
int |
hashCode() |
void |
setAliasIdentifier(String aliasIdentifier)
The unique identifier of the alias.
|
void |
setDescription(String description)
A description for the flow alias.
|
void |
setFlowIdentifier(String flowIdentifier)
The unique identifier of the flow.
|
void |
setName(String name)
The name of the flow alias.
|
void |
setRoutingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)
Contains information about the version to which to map the alias.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFlowAliasRequest |
withAliasIdentifier(String aliasIdentifier)
The unique identifier of the alias.
|
UpdateFlowAliasRequest |
withDescription(String description)
A description for the flow alias.
|
UpdateFlowAliasRequest |
withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow.
|
UpdateFlowAliasRequest |
withName(String name)
The name of the flow alias.
|
UpdateFlowAliasRequest |
withRoutingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)
Contains information about the version to which to map the alias.
|
UpdateFlowAliasRequest |
withRoutingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration)
Contains information about the version to which to map the alias.
|
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 setAliasIdentifier(String aliasIdentifier)
The unique identifier of the alias.
aliasIdentifier
- The unique identifier of the alias.public String getAliasIdentifier()
The unique identifier of the alias.
public UpdateFlowAliasRequest withAliasIdentifier(String aliasIdentifier)
The unique identifier of the alias.
aliasIdentifier
- The unique identifier of the alias.public void setDescription(String description)
A description for the flow alias.
description
- A description for the flow alias.public String getDescription()
A description for the flow alias.
public UpdateFlowAliasRequest withDescription(String description)
A description for the flow alias.
description
- A description for the flow alias.public void setFlowIdentifier(String flowIdentifier)
The unique identifier of the flow.
flowIdentifier
- The unique identifier of the flow.public String getFlowIdentifier()
The unique identifier of the flow.
public UpdateFlowAliasRequest withFlowIdentifier(String flowIdentifier)
The unique identifier of the flow.
flowIdentifier
- The unique identifier of the flow.public void setName(String name)
The name of the flow alias.
name
- The name of the flow alias.public String getName()
The name of the flow alias.
public UpdateFlowAliasRequest withName(String name)
The name of the flow alias.
name
- The name of the flow alias.public List<FlowAliasRoutingConfigurationListItem> getRoutingConfiguration()
Contains information about the version to which to map the alias.
public void setRoutingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)
Contains information about the version to which to map the alias.
routingConfiguration
- Contains information about the version to which to map the alias.public UpdateFlowAliasRequest withRoutingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration)
Contains information about the version to which to map the alias.
NOTE: This method appends the values to the existing list (if any). Use
setRoutingConfiguration(java.util.Collection)
or withRoutingConfiguration(java.util.Collection)
if you want to override the existing values.
routingConfiguration
- Contains information about the version to which to map the alias.public UpdateFlowAliasRequest withRoutingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)
Contains information about the version to which to map the alias.
routingConfiguration
- Contains information about the version to which to map the alias.public String toString()
toString
in class Object
Object.toString()
public UpdateFlowAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.