@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateTemplateResult() |
Modifier and Type | Method and Description |
---|---|
UpdateTemplateResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the template.
|
String |
getCreationStatus()
The creation status of the template.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
String |
getTemplateId()
The ID for the template.
|
String |
getVersionArn()
The ARN for the template, including the version information of the first version.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the template.
|
void |
setCreationStatus(String creationStatus)
The creation status of the template.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setTemplateId(String templateId)
The ID for the template.
|
void |
setVersionArn(String versionArn)
The ARN for the template, including the version information of the first version.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTemplateResult |
withArn(String arn)
The Amazon Resource Name (ARN) for the template.
|
UpdateTemplateResult |
withCreationStatus(ResourceStatus creationStatus)
The creation status of the template.
|
UpdateTemplateResult |
withCreationStatus(String creationStatus)
The creation status of the template.
|
UpdateTemplateResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
UpdateTemplateResult |
withStatus(Integer status)
The HTTP status of the request.
|
UpdateTemplateResult |
withTemplateId(String templateId)
The ID for the template.
|
UpdateTemplateResult |
withVersionArn(String versionArn)
The ARN for the template, including the version information of the first version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTemplateId(String templateId)
The ID for the template.
templateId
- The ID for the template.public String getTemplateId()
The ID for the template.
public UpdateTemplateResult withTemplateId(String templateId)
The ID for the template.
templateId
- The ID for the template.public void setArn(String arn)
The Amazon Resource Name (ARN) for the template.
arn
- The Amazon Resource Name (ARN) for the template.public String getArn()
The Amazon Resource Name (ARN) for the template.
public UpdateTemplateResult withArn(String arn)
The Amazon Resource Name (ARN) for the template.
arn
- The Amazon Resource Name (ARN) for the template.public void setVersionArn(String versionArn)
The ARN for the template, including the version information of the first version.
versionArn
- The ARN for the template, including the version information of the first version.public String getVersionArn()
The ARN for the template, including the version information of the first version.
public UpdateTemplateResult withVersionArn(String versionArn)
The ARN for the template, including the version information of the first version.
versionArn
- The ARN for the template, including the version information of the first version.public void setCreationStatus(String creationStatus)
The creation status of the template.
creationStatus
- The creation status of the template.ResourceStatus
public String getCreationStatus()
The creation status of the template.
ResourceStatus
public UpdateTemplateResult withCreationStatus(String creationStatus)
The creation status of the template.
creationStatus
- The creation status of the template.ResourceStatus
public UpdateTemplateResult withCreationStatus(ResourceStatus creationStatus)
The creation status of the template.
creationStatus
- The creation status of the template.ResourceStatus
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 UpdateTemplateResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public UpdateTemplateResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String toString()
toString
in class Object
Object.toString()
public UpdateTemplateResult clone()