@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTemplateAliasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateTemplateAliasResult() |
Modifier and Type | Method and Description |
---|---|
UpdateTemplateAliasResult |
clone() |
boolean |
equals(Object obj) |
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
TemplateAlias |
getTemplateAlias()
The template alias.
|
int |
hashCode() |
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setTemplateAlias(TemplateAlias templateAlias)
The template alias.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTemplateAliasResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
UpdateTemplateAliasResult |
withStatus(Integer status)
The HTTP status of the request.
|
UpdateTemplateAliasResult |
withTemplateAlias(TemplateAlias templateAlias)
The template alias.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTemplateAlias(TemplateAlias templateAlias)
The template alias.
templateAlias
- The template alias.public TemplateAlias getTemplateAlias()
The template alias.
public UpdateTemplateAliasResult withTemplateAlias(TemplateAlias templateAlias)
The template alias.
templateAlias
- The template alias.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 UpdateTemplateAliasResult 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 UpdateTemplateAliasResult 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 UpdateTemplateAliasResult clone()