@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteTemplateResult() |
Modifier and Type | Method and Description |
---|---|
DeleteTemplateResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the resource.
|
String |
getRequestId()
The AWS request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
String |
getTemplateId()
An ID for the template.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
void |
setRequestId(String requestId)
The AWS request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setTemplateId(String templateId)
An ID for the template.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTemplateResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
DeleteTemplateResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
DeleteTemplateResult |
withStatus(Integer status)
The HTTP status of the request.
|
DeleteTemplateResult |
withTemplateId(String templateId)
An ID for the template.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public String getRequestId()
The AWS request ID for this operation.
public DeleteTemplateResult withRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public void setArn(String arn)
The Amazon Resource Name (ARN) of the resource.
arn
- The Amazon Resource Name (ARN) of the resource.public String getArn()
The Amazon Resource Name (ARN) of the resource.
public DeleteTemplateResult withArn(String arn)
The Amazon Resource Name (ARN) of the resource.
arn
- The Amazon Resource Name (ARN) of the resource.public void setTemplateId(String templateId)
An ID for the template.
templateId
- An ID for the template.public String getTemplateId()
An ID for the template.
public DeleteTemplateResult withTemplateId(String templateId)
An ID for the template.
templateId
- An ID for the template.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public DeleteTemplateResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public String toString()
toString
in class Object
Object.toString()
public DeleteTemplateResult clone()