@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 |
getFlowArn()
The ARN of the flow that was deleted.
|
String |
getStatus()
The status of the flow when the DeleteFlow process begins.
|
int |
hashCode() |
void |
setFlowArn(String flowArn)
The ARN of the flow that was deleted.
|
void |
setStatus(String status)
The status of the flow when the DeleteFlow process begins.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFlowResult |
withFlowArn(String flowArn)
The ARN of the flow that was deleted.
|
DeleteFlowResult |
withStatus(Status status)
The status of the flow when the DeleteFlow process begins.
|
DeleteFlowResult |
withStatus(String status)
The status of the flow when the DeleteFlow process begins.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFlowArn(String flowArn)
flowArn
- The ARN of the flow that was deleted.public String getFlowArn()
public DeleteFlowResult withFlowArn(String flowArn)
flowArn
- The ARN of the flow that was deleted.public void setStatus(String status)
status
- The status of the flow when the DeleteFlow process begins.Status
public String getStatus()
Status
public DeleteFlowResult withStatus(String status)
status
- The status of the flow when the DeleteFlow process begins.Status
public DeleteFlowResult withStatus(Status status)
status
- The status of the flow when the DeleteFlow process begins.Status
public String toString()
toString
in class Object
Object.toString()
public DeleteFlowResult clone()