@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFlowTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetFlowTemplateResult() |
| Modifier and Type | Method and Description |
|---|---|
GetFlowTemplateResult |
clone() |
boolean |
equals(Object obj) |
FlowTemplateDescription |
getDescription()
The object that describes the specified workflow.
|
int |
hashCode() |
void |
setDescription(FlowTemplateDescription description)
The object that describes the specified workflow.
|
String |
toString()
Returns a string representation of this object.
|
GetFlowTemplateResult |
withDescription(FlowTemplateDescription description)
The object that describes the specified workflow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDescription(FlowTemplateDescription description)
The object that describes the specified workflow.
description - The object that describes the specified workflow.public FlowTemplateDescription getDescription()
The object that describes the specified workflow.
public GetFlowTemplateResult withDescription(FlowTemplateDescription description)
The object that describes the specified workflow.
description - The object that describes the specified workflow.public String toString()
toString in class ObjectObject.toString()public GetFlowTemplateResult clone()