@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLaunchTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateLaunchTemplateResult() |
Modifier and Type | Method and Description |
---|---|
CreateLaunchTemplateResult |
clone() |
boolean |
equals(Object obj) |
LaunchTemplate |
getLaunchTemplate()
Information about the launch template.
|
ValidationWarning |
getWarning()
If the launch template contains parameters or parameter combinations that are not valid, an error code and an
error message are returned for each issue that's found.
|
int |
hashCode() |
void |
setLaunchTemplate(LaunchTemplate launchTemplate)
Information about the launch template.
|
void |
setWarning(ValidationWarning warning)
If the launch template contains parameters or parameter combinations that are not valid, an error code and an
error message are returned for each issue that's found.
|
String |
toString()
Returns a string representation of this object.
|
CreateLaunchTemplateResult |
withLaunchTemplate(LaunchTemplate launchTemplate)
Information about the launch template.
|
CreateLaunchTemplateResult |
withWarning(ValidationWarning warning)
If the launch template contains parameters or parameter combinations that are not valid, an error code and an
error message are returned for each issue that's found.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLaunchTemplate(LaunchTemplate launchTemplate)
Information about the launch template.
launchTemplate
- Information about the launch template.public LaunchTemplate getLaunchTemplate()
Information about the launch template.
public CreateLaunchTemplateResult withLaunchTemplate(LaunchTemplate launchTemplate)
Information about the launch template.
launchTemplate
- Information about the launch template.public void setWarning(ValidationWarning warning)
If the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.
warning
- If the launch template contains parameters or parameter combinations that are not valid, an error code and
an error message are returned for each issue that's found.public ValidationWarning getWarning()
If the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.
public CreateLaunchTemplateResult withWarning(ValidationWarning warning)
If the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.
warning
- If the launch template contains parameters or parameter combinations that are not valid, an error code and
an error message are returned for each issue that's found.public String toString()
toString
in class Object
Object.toString()
public CreateLaunchTemplateResult clone()