@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFlowAliasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateFlowAliasResult() |
Modifier and Type | Method and Description |
---|---|
UpdateFlowAliasResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the flow.
|
Date |
getCreatedAt()
The time at which the flow was created.
|
String |
getDescription()
The description of the flow.
|
String |
getFlowId()
The unique identifier of the flow.
|
String |
getId()
The unique identifier of the alias.
|
String |
getName()
The name of the flow alias.
|
List<FlowAliasRoutingConfigurationListItem> |
getRoutingConfiguration()
Contains information about the version that the alias is mapped to.
|
Date |
getUpdatedAt()
The time at which the flow alias was last updated.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the flow.
|
void |
setCreatedAt(Date createdAt)
The time at which the flow was created.
|
void |
setDescription(String description)
The description of the flow.
|
void |
setFlowId(String flowId)
The unique identifier of the flow.
|
void |
setId(String id)
The unique identifier of the alias.
|
void |
setName(String name)
The name of the flow alias.
|
void |
setRoutingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)
Contains information about the version that the alias is mapped to.
|
void |
setUpdatedAt(Date updatedAt)
The time at which the flow alias was last updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFlowAliasResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the flow.
|
UpdateFlowAliasResult |
withCreatedAt(Date createdAt)
The time at which the flow was created.
|
UpdateFlowAliasResult |
withDescription(String description)
The description of the flow.
|
UpdateFlowAliasResult |
withFlowId(String flowId)
The unique identifier of the flow.
|
UpdateFlowAliasResult |
withId(String id)
The unique identifier of the alias.
|
UpdateFlowAliasResult |
withName(String name)
The name of the flow alias.
|
UpdateFlowAliasResult |
withRoutingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)
Contains information about the version that the alias is mapped to.
|
UpdateFlowAliasResult |
withRoutingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration)
Contains information about the version that the alias is mapped to.
|
UpdateFlowAliasResult |
withUpdatedAt(Date updatedAt)
The time at which the flow alias was last updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the flow.
arn
- The Amazon Resource Name (ARN) of the flow.public String getArn()
The Amazon Resource Name (ARN) of the flow.
public UpdateFlowAliasResult withArn(String arn)
The Amazon Resource Name (ARN) of the flow.
arn
- The Amazon Resource Name (ARN) of the flow.public void setCreatedAt(Date createdAt)
The time at which the flow was created.
createdAt
- The time at which the flow was created.public Date getCreatedAt()
The time at which the flow was created.
public UpdateFlowAliasResult withCreatedAt(Date createdAt)
The time at which the flow was created.
createdAt
- The time at which the flow was created.public void setDescription(String description)
The description of the flow.
description
- The description of the flow.public String getDescription()
The description of the flow.
public UpdateFlowAliasResult withDescription(String description)
The description of the flow.
description
- The description of the flow.public void setFlowId(String flowId)
The unique identifier of the flow.
flowId
- The unique identifier of the flow.public String getFlowId()
The unique identifier of the flow.
public UpdateFlowAliasResult withFlowId(String flowId)
The unique identifier of the flow.
flowId
- The unique identifier of the flow.public void setId(String id)
The unique identifier of the alias.
id
- The unique identifier of the alias.public String getId()
The unique identifier of the alias.
public UpdateFlowAliasResult withId(String id)
The unique identifier of the alias.
id
- The unique identifier of the alias.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 UpdateFlowAliasResult 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 that the alias is mapped to.
public void setRoutingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)
Contains information about the version that the alias is mapped to.
routingConfiguration
- Contains information about the version that the alias is mapped to.public UpdateFlowAliasResult withRoutingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration)
Contains information about the version that the alias is mapped to.
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 that the alias is mapped to.public UpdateFlowAliasResult withRoutingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)
Contains information about the version that the alias is mapped to.
routingConfiguration
- Contains information about the version that the alias is mapped to.public void setUpdatedAt(Date updatedAt)
The time at which the flow alias was last updated.
updatedAt
- The time at which the flow alias was last updated.public Date getUpdatedAt()
The time at which the flow alias was last updated.
public UpdateFlowAliasResult withUpdatedAt(Date updatedAt)
The time at which the flow alias was last updated.
updatedAt
- The time at which the flow alias was last updated.public String toString()
toString
in class Object
Object.toString()
public UpdateFlowAliasResult clone()