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