@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFlowVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteFlowVersionResult() |
Modifier and Type | Method and Description |
---|---|
DeleteFlowVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The unique identifier of the flow.
|
String |
getVersion()
The version of the flow being deleted.
|
int |
hashCode() |
void |
setId(String id)
The unique identifier of the flow.
|
void |
setVersion(String version)
The version of the flow being deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFlowVersionResult |
withId(String id)
The unique identifier of the flow.
|
DeleteFlowVersionResult |
withVersion(String version)
The version of the flow being deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 DeleteFlowVersionResult withId(String id)
The unique identifier of the flow.
id
- The unique identifier of the flow.public void setVersion(String version)
The version of the flow being deleted.
version
- The version of the flow being deleted.public String getVersion()
The version of the flow being deleted.
public DeleteFlowVersionResult withVersion(String version)
The version of the flow being deleted.
version
- The version of the flow being deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteFlowVersionResult clone()