@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetAssetPropertyAggregatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetAssetPropertyAggregatesResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetAssetPropertyAggregatesResult |
clone() |
boolean |
equals(Object obj) |
List<BatchGetAssetPropertyAggregatesErrorEntry> |
getErrorEntries()
A list of the errors (if any) associated with the batch request.
|
String |
getNextToken()
The token for the next set of results, or null if there are no additional results.
|
List<BatchGetAssetPropertyAggregatesSkippedEntry> |
getSkippedEntries()
A list of entries that were not processed by this batch request.
|
List<BatchGetAssetPropertyAggregatesSuccessEntry> |
getSuccessEntries()
A list of entries that were processed successfully by this batch request.
|
int |
hashCode() |
void |
setErrorEntries(Collection<BatchGetAssetPropertyAggregatesErrorEntry> errorEntries)
A list of the errors (if any) associated with the batch request.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
void |
setSkippedEntries(Collection<BatchGetAssetPropertyAggregatesSkippedEntry> skippedEntries)
A list of entries that were not processed by this batch request.
|
void |
setSuccessEntries(Collection<BatchGetAssetPropertyAggregatesSuccessEntry> successEntries)
A list of entries that were processed successfully by this batch request.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetAssetPropertyAggregatesResult |
withErrorEntries(BatchGetAssetPropertyAggregatesErrorEntry... errorEntries)
A list of the errors (if any) associated with the batch request.
|
BatchGetAssetPropertyAggregatesResult |
withErrorEntries(Collection<BatchGetAssetPropertyAggregatesErrorEntry> errorEntries)
A list of the errors (if any) associated with the batch request.
|
BatchGetAssetPropertyAggregatesResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
BatchGetAssetPropertyAggregatesResult |
withSkippedEntries(BatchGetAssetPropertyAggregatesSkippedEntry... skippedEntries)
A list of entries that were not processed by this batch request.
|
BatchGetAssetPropertyAggregatesResult |
withSkippedEntries(Collection<BatchGetAssetPropertyAggregatesSkippedEntry> skippedEntries)
A list of entries that were not processed by this batch request.
|
BatchGetAssetPropertyAggregatesResult |
withSuccessEntries(BatchGetAssetPropertyAggregatesSuccessEntry... successEntries)
A list of entries that were processed successfully by this batch request.
|
BatchGetAssetPropertyAggregatesResult |
withSuccessEntries(Collection<BatchGetAssetPropertyAggregatesSuccessEntry> successEntries)
A list of entries that were processed successfully by this batch request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public BatchGetAssetPropertyAggregatesResult()
public List<BatchGetAssetPropertyAggregatesErrorEntry> getErrorEntries()
A list of the errors (if any) associated with the batch request. Each error entry contains the
entryId
of the entry that failed.
entryId
of the entry that failed.public void setErrorEntries(Collection<BatchGetAssetPropertyAggregatesErrorEntry> errorEntries)
A list of the errors (if any) associated with the batch request. Each error entry contains the
entryId
of the entry that failed.
errorEntries
- A list of the errors (if any) associated with the batch request. Each error entry contains the
entryId
of the entry that failed.public BatchGetAssetPropertyAggregatesResult withErrorEntries(BatchGetAssetPropertyAggregatesErrorEntry... errorEntries)
A list of the errors (if any) associated with the batch request. Each error entry contains the
entryId
of the entry that failed.
NOTE: This method appends the values to the existing list (if any). Use
setErrorEntries(java.util.Collection)
or withErrorEntries(java.util.Collection)
if you want to
override the existing values.
errorEntries
- A list of the errors (if any) associated with the batch request. Each error entry contains the
entryId
of the entry that failed.public BatchGetAssetPropertyAggregatesResult withErrorEntries(Collection<BatchGetAssetPropertyAggregatesErrorEntry> errorEntries)
A list of the errors (if any) associated with the batch request. Each error entry contains the
entryId
of the entry that failed.
errorEntries
- A list of the errors (if any) associated with the batch request. Each error entry contains the
entryId
of the entry that failed.public List<BatchGetAssetPropertyAggregatesSuccessEntry> getSuccessEntries()
A list of entries that were processed successfully by this batch request. Each success entry contains the
entryId
of the entry that succeeded and the latest query result.
entryId
of the entry that succeeded and the latest query result.public void setSuccessEntries(Collection<BatchGetAssetPropertyAggregatesSuccessEntry> successEntries)
A list of entries that were processed successfully by this batch request. Each success entry contains the
entryId
of the entry that succeeded and the latest query result.
successEntries
- A list of entries that were processed successfully by this batch request. Each success entry contains the
entryId
of the entry that succeeded and the latest query result.public BatchGetAssetPropertyAggregatesResult withSuccessEntries(BatchGetAssetPropertyAggregatesSuccessEntry... successEntries)
A list of entries that were processed successfully by this batch request. Each success entry contains the
entryId
of the entry that succeeded and the latest query result.
NOTE: This method appends the values to the existing list (if any). Use
setSuccessEntries(java.util.Collection)
or withSuccessEntries(java.util.Collection)
if you want
to override the existing values.
successEntries
- A list of entries that were processed successfully by this batch request. Each success entry contains the
entryId
of the entry that succeeded and the latest query result.public BatchGetAssetPropertyAggregatesResult withSuccessEntries(Collection<BatchGetAssetPropertyAggregatesSuccessEntry> successEntries)
A list of entries that were processed successfully by this batch request. Each success entry contains the
entryId
of the entry that succeeded and the latest query result.
successEntries
- A list of entries that were processed successfully by this batch request. Each success entry contains the
entryId
of the entry that succeeded and the latest query result.public List<BatchGetAssetPropertyAggregatesSkippedEntry> getSkippedEntries()
A list of entries that were not processed by this batch request. because these entries had been completely
processed by previous paginated requests. Each skipped entry contains the entryId
of the entry that
skipped.
entryId
of the entry that skipped.public void setSkippedEntries(Collection<BatchGetAssetPropertyAggregatesSkippedEntry> skippedEntries)
A list of entries that were not processed by this batch request. because these entries had been completely
processed by previous paginated requests. Each skipped entry contains the entryId
of the entry that
skipped.
skippedEntries
- A list of entries that were not processed by this batch request. because these entries had been completely
processed by previous paginated requests. Each skipped entry contains the entryId
of the
entry that skipped.public BatchGetAssetPropertyAggregatesResult withSkippedEntries(BatchGetAssetPropertyAggregatesSkippedEntry... skippedEntries)
A list of entries that were not processed by this batch request. because these entries had been completely
processed by previous paginated requests. Each skipped entry contains the entryId
of the entry that
skipped.
NOTE: This method appends the values to the existing list (if any). Use
setSkippedEntries(java.util.Collection)
or withSkippedEntries(java.util.Collection)
if you want
to override the existing values.
skippedEntries
- A list of entries that were not processed by this batch request. because these entries had been completely
processed by previous paginated requests. Each skipped entry contains the entryId
of the
entry that skipped.public BatchGetAssetPropertyAggregatesResult withSkippedEntries(Collection<BatchGetAssetPropertyAggregatesSkippedEntry> skippedEntries)
A list of entries that were not processed by this batch request. because these entries had been completely
processed by previous paginated requests. Each skipped entry contains the entryId
of the entry that
skipped.
skippedEntries
- A list of entries that were not processed by this batch request. because these entries had been completely
processed by previous paginated requests. Each skipped entry contains the entryId
of the
entry that skipped.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String getNextToken()
The token for the next set of results, or null if there are no additional results.
public BatchGetAssetPropertyAggregatesResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String toString()
toString
in class Object
Object.toString()
public BatchGetAssetPropertyAggregatesResult clone()