@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLaunchTemplateVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateLaunchTemplateVersionResult() |
Modifier and Type | Method and Description |
---|---|
CreateLaunchTemplateVersionResult |
clone() |
boolean |
equals(Object obj) |
LaunchTemplateVersion |
getLaunchTemplateVersion()
Information about the launch template version.
|
ValidationWarning |
getWarning()
If the new version of 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 |
setLaunchTemplateVersion(LaunchTemplateVersion launchTemplateVersion)
Information about the launch template version.
|
void |
setWarning(ValidationWarning warning)
If the new version of 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.
|
CreateLaunchTemplateVersionResult |
withLaunchTemplateVersion(LaunchTemplateVersion launchTemplateVersion)
Information about the launch template version.
|
CreateLaunchTemplateVersionResult |
withWarning(ValidationWarning warning)
If the new version of 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 setLaunchTemplateVersion(LaunchTemplateVersion launchTemplateVersion)
Information about the launch template version.
launchTemplateVersion
- Information about the launch template version.public LaunchTemplateVersion getLaunchTemplateVersion()
Information about the launch template version.
public CreateLaunchTemplateVersionResult withLaunchTemplateVersion(LaunchTemplateVersion launchTemplateVersion)
Information about the launch template version.
launchTemplateVersion
- Information about the launch template version.public void setWarning(ValidationWarning warning)
If the new version of 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 new version of 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 new version of 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 CreateLaunchTemplateVersionResult withWarning(ValidationWarning warning)
If the new version of 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 new version of 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 CreateLaunchTemplateVersionResult clone()