@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLaunchTemplateVersionsResponseErrorItem extends Object implements Serializable, Cloneable
Describes a launch template version that could not be deleted.
Constructor and Description |
---|
DeleteLaunchTemplateVersionsResponseErrorItem() |
Modifier and Type | Method and Description |
---|---|
DeleteLaunchTemplateVersionsResponseErrorItem |
clone() |
boolean |
equals(Object obj) |
String |
getLaunchTemplateId()
The ID of the launch template.
|
String |
getLaunchTemplateName()
The name of the launch template.
|
ResponseError |
getResponseError()
Information about the error.
|
Long |
getVersionNumber()
The version number of the launch template.
|
int |
hashCode() |
void |
setLaunchTemplateId(String launchTemplateId)
The ID of the launch template.
|
void |
setLaunchTemplateName(String launchTemplateName)
The name of the launch template.
|
void |
setResponseError(ResponseError responseError)
Information about the error.
|
void |
setVersionNumber(Long versionNumber)
The version number of the launch template.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteLaunchTemplateVersionsResponseErrorItem |
withLaunchTemplateId(String launchTemplateId)
The ID of the launch template.
|
DeleteLaunchTemplateVersionsResponseErrorItem |
withLaunchTemplateName(String launchTemplateName)
The name of the launch template.
|
DeleteLaunchTemplateVersionsResponseErrorItem |
withResponseError(ResponseError responseError)
Information about the error.
|
DeleteLaunchTemplateVersionsResponseErrorItem |
withVersionNumber(Long versionNumber)
The version number of the launch template.
|
public DeleteLaunchTemplateVersionsResponseErrorItem()
public void setLaunchTemplateId(String launchTemplateId)
The ID of the launch template.
launchTemplateId
- The ID of the launch template.public String getLaunchTemplateId()
The ID of the launch template.
public DeleteLaunchTemplateVersionsResponseErrorItem withLaunchTemplateId(String launchTemplateId)
The ID of the launch template.
launchTemplateId
- The ID of the launch template.public void setLaunchTemplateName(String launchTemplateName)
The name of the launch template.
launchTemplateName
- The name of the launch template.public String getLaunchTemplateName()
The name of the launch template.
public DeleteLaunchTemplateVersionsResponseErrorItem withLaunchTemplateName(String launchTemplateName)
The name of the launch template.
launchTemplateName
- The name of the launch template.public void setVersionNumber(Long versionNumber)
The version number of the launch template.
versionNumber
- The version number of the launch template.public Long getVersionNumber()
The version number of the launch template.
public DeleteLaunchTemplateVersionsResponseErrorItem withVersionNumber(Long versionNumber)
The version number of the launch template.
versionNumber
- The version number of the launch template.public void setResponseError(ResponseError responseError)
Information about the error.
responseError
- Information about the error.public ResponseError getResponseError()
Information about the error.
public DeleteLaunchTemplateVersionsResponseErrorItem withResponseError(ResponseError responseError)
Information about the error.
responseError
- Information about the error.public String toString()
toString
in class Object
Object.toString()
public DeleteLaunchTemplateVersionsResponseErrorItem clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.