@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFlowAliasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteFlowAliasResult() |
Modifier and Type | Method and Description |
---|---|
DeleteFlowAliasResult |
clone() |
boolean |
equals(Object obj) |
String |
getFlowId()
The unique identifier of the flow that the alias belongs to.
|
String |
getId()
The unique identifier of the flow.
|
int |
hashCode() |
void |
setFlowId(String flowId)
The unique identifier of the flow that the alias belongs to.
|
void |
setId(String id)
The unique identifier of the flow.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFlowAliasResult |
withFlowId(String flowId)
The unique identifier of the flow that the alias belongs to.
|
DeleteFlowAliasResult |
withId(String id)
The unique identifier of the flow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFlowId(String flowId)
The unique identifier of the flow that the alias belongs to.
flowId
- The unique identifier of the flow that the alias belongs to.public String getFlowId()
The unique identifier of the flow that the alias belongs to.
public DeleteFlowAliasResult withFlowId(String flowId)
The unique identifier of the flow that the alias belongs to.
flowId
- The unique identifier of the flow that the alias belongs to.public void setId(String id)
The unique identifier of the flow.
id
- The unique identifier of the flow.public String getId()
The unique identifier of the flow.
public DeleteFlowAliasResult withId(String id)
The unique identifier of the flow.
id
- The unique identifier of the flow.public String toString()
toString
in class Object
Object.toString()
public DeleteFlowAliasResult clone()