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