@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTemplateAliasesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTemplateAliasesResult() |
Modifier and Type | Method and Description |
---|---|
ListTemplateAliasesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
List<TemplateAlias> |
getTemplateAliasList()
A structure containing the list of the template's aliases.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setTemplateAliasList(Collection<TemplateAlias> templateAliasList)
A structure containing the list of the template's aliases.
|
String |
toString()
Returns a string representation of this object.
|
ListTemplateAliasesResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListTemplateAliasesResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListTemplateAliasesResult |
withStatus(Integer status)
The HTTP status of the request.
|
ListTemplateAliasesResult |
withTemplateAliasList(Collection<TemplateAlias> templateAliasList)
A structure containing the list of the template's aliases.
|
ListTemplateAliasesResult |
withTemplateAliasList(TemplateAlias... templateAliasList)
A structure containing the list of the template's aliases.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TemplateAlias> getTemplateAliasList()
A structure containing the list of the template's aliases.
public void setTemplateAliasList(Collection<TemplateAlias> templateAliasList)
A structure containing the list of the template's aliases.
templateAliasList
- A structure containing the list of the template's aliases.public ListTemplateAliasesResult withTemplateAliasList(TemplateAlias... templateAliasList)
A structure containing the list of the template's aliases.
NOTE: This method appends the values to the existing list (if any). Use
setTemplateAliasList(java.util.Collection)
or withTemplateAliasList(java.util.Collection)
if
you want to override the existing values.
templateAliasList
- A structure containing the list of the template's aliases.public ListTemplateAliasesResult withTemplateAliasList(Collection<TemplateAlias> templateAliasList)
A structure containing the list of the template's aliases.
templateAliasList
- A structure containing the list of the template's aliases.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 ListTemplateAliasesResult 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 ListTemplateAliasesResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListTemplateAliasesResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public String toString()
toString
in class Object
Object.toString()
public ListTemplateAliasesResult clone()