@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFlowTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateFlowTemplateResult () |
| Modifier and Type | Method and Description |
|---|---|
CreateFlowTemplateResult |
clone () |
boolean |
equals (Object obj) |
FlowTemplateSummary |
getSummary ()
The summary object that describes the created workflow.
|
int |
hashCode () |
void |
setSummary (FlowTemplateSummary summary)
The summary object that describes the created workflow.
|
String |
toString ()
Returns a string representation of this object.
|
CreateFlowTemplateResult |
withSummary (FlowTemplateSummary summary)
The summary object that describes the created workflow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreateFlowTemplateResult()
public void setSummary(FlowTemplateSummary summary)
The summary object that describes the created workflow.
summary - The summary object that describes the created workflow.public FlowTemplateSummary getSummary()
The summary object that describes the created workflow.
public CreateFlowTemplateResult withSummary(FlowTemplateSummary summary)
The summary object that describes the created workflow.
summary - The summary object that describes the created workflow.public String toString()
toString in class Object Object.toString() public CreateFlowTemplateResult clone()