@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetAssetPropertyValueRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchGetAssetPropertyValueRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<BatchGetAssetPropertyValueEntry> |
getEntries()
The list of asset property value entries for the batch get request.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
int |
hashCode() |
void |
setEntries(Collection<BatchGetAssetPropertyValueEntry> entries)
The list of asset property value entries for the batch get request.
|
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetAssetPropertyValueRequest |
withEntries(BatchGetAssetPropertyValueEntry... entries)
The list of asset property value entries for the batch get request.
|
BatchGetAssetPropertyValueRequest |
withEntries(Collection<BatchGetAssetPropertyValueEntry> entries)
The list of asset property value entries for the batch get request.
|
BatchGetAssetPropertyValueRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<BatchGetAssetPropertyValueEntry> getEntries()
The list of asset property value entries for the batch get request. You can specify up to 128 entries per request.
public void setEntries(Collection<BatchGetAssetPropertyValueEntry> entries)
The list of asset property value entries for the batch get request. You can specify up to 128 entries per request.
entries - The list of asset property value entries for the batch get request. You can specify up to 128 entries per
request.public BatchGetAssetPropertyValueRequest withEntries(BatchGetAssetPropertyValueEntry... entries)
The list of asset property value entries for the batch get request. You can specify up to 128 entries per request.
NOTE: This method appends the values to the existing list (if any). Use
setEntries(java.util.Collection) or withEntries(java.util.Collection) if you want to override
the existing values.
entries - The list of asset property value entries for the batch get request. You can specify up to 128 entries per
request.public BatchGetAssetPropertyValueRequest withEntries(Collection<BatchGetAssetPropertyValueEntry> entries)
The list of asset property value entries for the batch get request. You can specify up to 128 entries per request.
entries - The list of asset property value entries for the batch get request. You can specify up to 128 entries per
request.public void setNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.public String getNextToken()
The token to be used for the next set of paginated results.
public BatchGetAssetPropertyValueRequest withNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.public String toString()
toString in class ObjectObject.toString()public BatchGetAssetPropertyValueRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()