@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetAssetPropertyValueHistoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetAssetPropertyValueHistoryRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetAssetPropertyValueHistoryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<BatchGetAssetPropertyValueHistoryEntry> |
getEntries()
The list of asset property historical value entries for the batch get request.
|
Integer |
getMaxResults()
The maximum number of results to return for each paginated request.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
int |
hashCode() |
void |
setEntries(Collection<BatchGetAssetPropertyValueHistoryEntry> entries)
The list of asset property historical value entries for the batch get request.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return for each paginated 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.
|
BatchGetAssetPropertyValueHistoryRequest |
withEntries(BatchGetAssetPropertyValueHistoryEntry... entries)
The list of asset property historical value entries for the batch get request.
|
BatchGetAssetPropertyValueHistoryRequest |
withEntries(Collection<BatchGetAssetPropertyValueHistoryEntry> entries)
The list of asset property historical value entries for the batch get request.
|
BatchGetAssetPropertyValueHistoryRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
BatchGetAssetPropertyValueHistoryRequest |
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, withSdkRequestTimeout
public BatchGetAssetPropertyValueHistoryRequest()
public List<BatchGetAssetPropertyValueHistoryEntry> getEntries()
The list of asset property historical value entries for the batch get request. You can specify up to 16 entries per request.
public void setEntries(Collection<BatchGetAssetPropertyValueHistoryEntry> entries)
The list of asset property historical value entries for the batch get request. You can specify up to 16 entries per request.
entries
- The list of asset property historical value entries for the batch get request. You can specify up to 16
entries per request.public BatchGetAssetPropertyValueHistoryRequest withEntries(BatchGetAssetPropertyValueHistoryEntry... entries)
The list of asset property historical value entries for the batch get request. You can specify up to 16 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 historical value entries for the batch get request. You can specify up to 16
entries per request.public BatchGetAssetPropertyValueHistoryRequest withEntries(Collection<BatchGetAssetPropertyValueHistoryEntry> entries)
The list of asset property historical value entries for the batch get request. You can specify up to 16 entries per request.
entries
- The list of asset property historical value entries for the batch get request. You can specify up to 16
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 BatchGetAssetPropertyValueHistoryRequest 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 void setMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.
The size of the result set is equal to 4 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum value
of maxResults
is 20000.
maxResults
- The maximum number of results to return for each paginated request. A result set is returned in the two
cases, whichever occurs first.
The size of the result set is equal to 4 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum
value of maxResults
is 20000.
public Integer getMaxResults()
The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.
The size of the result set is equal to 4 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum value
of maxResults
is 20000.
The size of the result set is equal to 4 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum
value of maxResults
is 20000.
public BatchGetAssetPropertyValueHistoryRequest withMaxResults(Integer maxResults)
The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.
The size of the result set is equal to 4 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum value
of maxResults
is 20000.
maxResults
- The maximum number of results to return for each paginated request. A result set is returned in the two
cases, whichever occurs first.
The size of the result set is equal to 4 MB.
The number of data points in the result set is equal to the value of maxResults
. The maximum
value of maxResults
is 20000.
public String toString()
toString
in class Object
Object.toString()
public BatchGetAssetPropertyValueHistoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()