@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPropertyValueHistoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetPropertyValueHistoryRequest() |
Modifier and Type | Method and Description |
---|---|
GetPropertyValueHistoryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getComponentName()
The name of the component.
|
String |
getComponentTypeId()
The ID of the component type.
|
Date |
getEndDateTime()
The date and time of the latest property value to return.
|
String |
getEntityId()
The ID of the entity.
|
InterpolationParameters |
getInterpolation()
An object that specifies the interpolation type and the interval over which to interpolate data.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
The string that specifies the next page of results.
|
String |
getOrderByTime()
The time direction to use in the result order.
|
List<PropertyFilter> |
getPropertyFilters()
A list of objects that filter the property value history request.
|
List<String> |
getSelectedProperties()
A list of properties whose value histories the request retrieves.
|
Date |
getStartDateTime()
The date and time of the earliest property value to return.
|
String |
getWorkspaceId()
The ID of the workspace.
|
int |
hashCode() |
void |
setComponentName(String componentName)
The name of the component.
|
void |
setComponentTypeId(String componentTypeId)
The ID of the component type.
|
void |
setEndDateTime(Date endDateTime)
The date and time of the latest property value to return.
|
void |
setEntityId(String entityId)
The ID of the entity.
|
void |
setInterpolation(InterpolationParameters interpolation)
An object that specifies the interpolation type and the interval over which to interpolate data.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
The string that specifies the next page of results.
|
void |
setOrderByTime(String orderByTime)
The time direction to use in the result order.
|
void |
setPropertyFilters(Collection<PropertyFilter> propertyFilters)
A list of objects that filter the property value history request.
|
void |
setSelectedProperties(Collection<String> selectedProperties)
A list of properties whose value histories the request retrieves.
|
void |
setStartDateTime(Date startDateTime)
The date and time of the earliest property value to return.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace.
|
String |
toString()
Returns a string representation of this object.
|
GetPropertyValueHistoryRequest |
withComponentName(String componentName)
The name of the component.
|
GetPropertyValueHistoryRequest |
withComponentTypeId(String componentTypeId)
The ID of the component type.
|
GetPropertyValueHistoryRequest |
withEndDateTime(Date endDateTime)
The date and time of the latest property value to return.
|
GetPropertyValueHistoryRequest |
withEntityId(String entityId)
The ID of the entity.
|
GetPropertyValueHistoryRequest |
withInterpolation(InterpolationParameters interpolation)
An object that specifies the interpolation type and the interval over which to interpolate data.
|
GetPropertyValueHistoryRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
GetPropertyValueHistoryRequest |
withNextToken(String nextToken)
The string that specifies the next page of results.
|
GetPropertyValueHistoryRequest |
withOrderByTime(OrderByTime orderByTime)
The time direction to use in the result order.
|
GetPropertyValueHistoryRequest |
withOrderByTime(String orderByTime)
The time direction to use in the result order.
|
GetPropertyValueHistoryRequest |
withPropertyFilters(Collection<PropertyFilter> propertyFilters)
A list of objects that filter the property value history request.
|
GetPropertyValueHistoryRequest |
withPropertyFilters(PropertyFilter... propertyFilters)
A list of objects that filter the property value history request.
|
GetPropertyValueHistoryRequest |
withSelectedProperties(Collection<String> selectedProperties)
A list of properties whose value histories the request retrieves.
|
GetPropertyValueHistoryRequest |
withSelectedProperties(String... selectedProperties)
A list of properties whose value histories the request retrieves.
|
GetPropertyValueHistoryRequest |
withStartDateTime(Date startDateTime)
The date and time of the earliest property value to return.
|
GetPropertyValueHistoryRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace.
|
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 void setComponentName(String componentName)
The name of the component.
componentName
- The name of the component.public String getComponentName()
The name of the component.
public GetPropertyValueHistoryRequest withComponentName(String componentName)
The name of the component.
componentName
- The name of the component.public void setComponentTypeId(String componentTypeId)
The ID of the component type.
componentTypeId
- The ID of the component type.public String getComponentTypeId()
The ID of the component type.
public GetPropertyValueHistoryRequest withComponentTypeId(String componentTypeId)
The ID of the component type.
componentTypeId
- The ID of the component type.public void setEndDateTime(Date endDateTime)
The date and time of the latest property value to return.
endDateTime
- The date and time of the latest property value to return.public Date getEndDateTime()
The date and time of the latest property value to return.
public GetPropertyValueHistoryRequest withEndDateTime(Date endDateTime)
The date and time of the latest property value to return.
endDateTime
- The date and time of the latest property value to return.public void setEntityId(String entityId)
The ID of the entity.
entityId
- The ID of the entity.public String getEntityId()
The ID of the entity.
public GetPropertyValueHistoryRequest withEntityId(String entityId)
The ID of the entity.
entityId
- The ID of the entity.public void setInterpolation(InterpolationParameters interpolation)
An object that specifies the interpolation type and the interval over which to interpolate data.
interpolation
- An object that specifies the interpolation type and the interval over which to interpolate data.public InterpolationParameters getInterpolation()
An object that specifies the interpolation type and the interval over which to interpolate data.
public GetPropertyValueHistoryRequest withInterpolation(InterpolationParameters interpolation)
An object that specifies the interpolation type and the interval over which to interpolate data.
interpolation
- An object that specifies the interpolation type and the interval over which to interpolate data.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public GetPropertyValueHistoryRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public void setNextToken(String nextToken)
The string that specifies the next page of results.
nextToken
- The string that specifies the next page of results.public String getNextToken()
The string that specifies the next page of results.
public GetPropertyValueHistoryRequest withNextToken(String nextToken)
The string that specifies the next page of results.
nextToken
- The string that specifies the next page of results.public void setOrderByTime(String orderByTime)
The time direction to use in the result order.
orderByTime
- The time direction to use in the result order.OrderByTime
public String getOrderByTime()
The time direction to use in the result order.
OrderByTime
public GetPropertyValueHistoryRequest withOrderByTime(String orderByTime)
The time direction to use in the result order.
orderByTime
- The time direction to use in the result order.OrderByTime
public GetPropertyValueHistoryRequest withOrderByTime(OrderByTime orderByTime)
The time direction to use in the result order.
orderByTime
- The time direction to use in the result order.OrderByTime
public List<PropertyFilter> getPropertyFilters()
A list of objects that filter the property value history request.
public void setPropertyFilters(Collection<PropertyFilter> propertyFilters)
A list of objects that filter the property value history request.
propertyFilters
- A list of objects that filter the property value history request.public GetPropertyValueHistoryRequest withPropertyFilters(PropertyFilter... propertyFilters)
A list of objects that filter the property value history request.
NOTE: This method appends the values to the existing list (if any). Use
setPropertyFilters(java.util.Collection)
or withPropertyFilters(java.util.Collection)
if you
want to override the existing values.
propertyFilters
- A list of objects that filter the property value history request.public GetPropertyValueHistoryRequest withPropertyFilters(Collection<PropertyFilter> propertyFilters)
A list of objects that filter the property value history request.
propertyFilters
- A list of objects that filter the property value history request.public List<String> getSelectedProperties()
A list of properties whose value histories the request retrieves.
public void setSelectedProperties(Collection<String> selectedProperties)
A list of properties whose value histories the request retrieves.
selectedProperties
- A list of properties whose value histories the request retrieves.public GetPropertyValueHistoryRequest withSelectedProperties(String... selectedProperties)
A list of properties whose value histories the request retrieves.
NOTE: This method appends the values to the existing list (if any). Use
setSelectedProperties(java.util.Collection)
or withSelectedProperties(java.util.Collection)
if
you want to override the existing values.
selectedProperties
- A list of properties whose value histories the request retrieves.public GetPropertyValueHistoryRequest withSelectedProperties(Collection<String> selectedProperties)
A list of properties whose value histories the request retrieves.
selectedProperties
- A list of properties whose value histories the request retrieves.public void setStartDateTime(Date startDateTime)
The date and time of the earliest property value to return.
startDateTime
- The date and time of the earliest property value to return.public Date getStartDateTime()
The date and time of the earliest property value to return.
public GetPropertyValueHistoryRequest withStartDateTime(Date startDateTime)
The date and time of the earliest property value to return.
startDateTime
- The date and time of the earliest property value to return.public void setWorkspaceId(String workspaceId)
The ID of the workspace.
workspaceId
- The ID of the workspace.public String getWorkspaceId()
The ID of the workspace.
public GetPropertyValueHistoryRequest withWorkspaceId(String workspaceId)
The ID of the workspace.
workspaceId
- The ID of the workspace.public String toString()
toString
in class Object
Object.toString()
public GetPropertyValueHistoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()