@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteJobTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteJobTemplateResult() |
Modifier and Type | Method and Description |
---|---|
DeleteJobTemplateResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
This output contains the ID of the job template that was deleted.
|
int |
hashCode() |
void |
setId(String id)
This output contains the ID of the job template that was deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteJobTemplateResult |
withId(String id)
This output contains the ID of the job template that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
This output contains the ID of the job template that was deleted.
id
- This output contains the ID of the job template that was deleted.public String getId()
This output contains the ID of the job template that was deleted.
public DeleteJobTemplateResult withId(String id)
This output contains the ID of the job template that was deleted.
id
- This output contains the ID of the job template that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteJobTemplateResult clone()