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