@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTimeSeriesDataPointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTimeSeriesDataPointsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTimeSeriesDataPointsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data points.
|
Date |
getEndedAt()
The timestamp at which the data points that you wanted to list ended.
|
String |
getEntityIdentifier()
The ID of the asset for which you want to list data points.
|
String |
getEntityType()
The type of the asset for which you want to list data points.
|
String |
getFormName()
The name of the time series data points form.
|
Integer |
getMaxResults()
The maximum number of data points to return in a single call to ListTimeSeriesDataPoints.
|
String |
getNextToken()
When the number of data points is greater than the default value for the MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of data points, the response includes a
pagination token named NextToken.
|
Date |
getStartedAt()
The timestamp at which the data points that you want to list started.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data points.
|
void |
setEndedAt(Date endedAt)
The timestamp at which the data points that you wanted to list ended.
|
void |
setEntityIdentifier(String entityIdentifier)
The ID of the asset for which you want to list data points.
|
void |
setEntityType(String entityType)
The type of the asset for which you want to list data points.
|
void |
setFormName(String formName)
The name of the time series data points form.
|
void |
setMaxResults(Integer maxResults)
The maximum number of data points to return in a single call to ListTimeSeriesDataPoints.
|
void |
setNextToken(String nextToken)
When the number of data points is greater than the default value for the MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of data points, the response includes a
pagination token named NextToken.
|
void |
setStartedAt(Date startedAt)
The timestamp at which the data points that you want to list started.
|
String |
toString()
Returns a string representation of this object.
|
ListTimeSeriesDataPointsRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data points.
|
ListTimeSeriesDataPointsRequest |
withEndedAt(Date endedAt)
The timestamp at which the data points that you wanted to list ended.
|
ListTimeSeriesDataPointsRequest |
withEntityIdentifier(String entityIdentifier)
The ID of the asset for which you want to list data points.
|
ListTimeSeriesDataPointsRequest |
withEntityType(String entityType)
The type of the asset for which you want to list data points.
|
ListTimeSeriesDataPointsRequest |
withEntityType(TimeSeriesEntityType entityType)
The type of the asset for which you want to list data points.
|
ListTimeSeriesDataPointsRequest |
withFormName(String formName)
The name of the time series data points form.
|
ListTimeSeriesDataPointsRequest |
withMaxResults(Integer maxResults)
The maximum number of data points to return in a single call to ListTimeSeriesDataPoints.
|
ListTimeSeriesDataPointsRequest |
withNextToken(String nextToken)
When the number of data points is greater than the default value for the MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of data points, the response includes a
pagination token named NextToken.
|
ListTimeSeriesDataPointsRequest |
withStartedAt(Date startedAt)
The timestamp at which the data points that you want to list started.
|
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 setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data points.
domainIdentifier
- The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data
points.public String getDomainIdentifier()
The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data points.
public ListTimeSeriesDataPointsRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data points.
domainIdentifier
- The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data
points.public void setEndedAt(Date endedAt)
The timestamp at which the data points that you wanted to list ended.
endedAt
- The timestamp at which the data points that you wanted to list ended.public Date getEndedAt()
The timestamp at which the data points that you wanted to list ended.
public ListTimeSeriesDataPointsRequest withEndedAt(Date endedAt)
The timestamp at which the data points that you wanted to list ended.
endedAt
- The timestamp at which the data points that you wanted to list ended.public void setEntityIdentifier(String entityIdentifier)
The ID of the asset for which you want to list data points.
entityIdentifier
- The ID of the asset for which you want to list data points.public String getEntityIdentifier()
The ID of the asset for which you want to list data points.
public ListTimeSeriesDataPointsRequest withEntityIdentifier(String entityIdentifier)
The ID of the asset for which you want to list data points.
entityIdentifier
- The ID of the asset for which you want to list data points.public void setEntityType(String entityType)
The type of the asset for which you want to list data points.
entityType
- The type of the asset for which you want to list data points.TimeSeriesEntityType
public String getEntityType()
The type of the asset for which you want to list data points.
TimeSeriesEntityType
public ListTimeSeriesDataPointsRequest withEntityType(String entityType)
The type of the asset for which you want to list data points.
entityType
- The type of the asset for which you want to list data points.TimeSeriesEntityType
public ListTimeSeriesDataPointsRequest withEntityType(TimeSeriesEntityType entityType)
The type of the asset for which you want to list data points.
entityType
- The type of the asset for which you want to list data points.TimeSeriesEntityType
public void setFormName(String formName)
The name of the time series data points form.
formName
- The name of the time series data points form.public String getFormName()
The name of the time series data points form.
public ListTimeSeriesDataPointsRequest withFormName(String formName)
The name of the time series data points form.
formName
- The name of the time series data points form.public void setMaxResults(Integer maxResults)
The maximum number of data points to return in a single call to ListTimeSeriesDataPoints. When the number of data points to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.
maxResults
- The maximum number of data points to return in a single call to ListTimeSeriesDataPoints. When the number
of data points to be listed is greater than the value of MaxResults, the response contains a NextToken
value that you can use in a subsequent call to ListTimeSeriesDataPoints to list the next set of data
points.public Integer getMaxResults()
The maximum number of data points to return in a single call to ListTimeSeriesDataPoints. When the number of data points to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.
public ListTimeSeriesDataPointsRequest withMaxResults(Integer maxResults)
The maximum number of data points to return in a single call to ListTimeSeriesDataPoints. When the number of data points to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.
maxResults
- The maximum number of data points to return in a single call to ListTimeSeriesDataPoints. When the number
of data points to be listed is greater than the value of MaxResults, the response contains a NextToken
value that you can use in a subsequent call to ListTimeSeriesDataPoints to list the next set of data
points.public void setNextToken(String nextToken)
When the number of data points is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of data points, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.
nextToken
- When the number of data points is greater than the default value for the MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of data points, the response
includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to
ListTimeSeriesDataPoints to list the next set of data points.public String getNextToken()
When the number of data points is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of data points, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.
public ListTimeSeriesDataPointsRequest withNextToken(String nextToken)
When the number of data points is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of data points, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.
nextToken
- When the number of data points is greater than the default value for the MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of data points, the response
includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to
ListTimeSeriesDataPoints to list the next set of data points.public void setStartedAt(Date startedAt)
The timestamp at which the data points that you want to list started.
startedAt
- The timestamp at which the data points that you want to list started.public Date getStartedAt()
The timestamp at which the data points that you want to list started.
public ListTimeSeriesDataPointsRequest withStartedAt(Date startedAt)
The timestamp at which the data points that you want to list started.
startedAt
- The timestamp at which the data points that you want to list started.public String toString()
toString
in class Object
Object.toString()
public ListTimeSeriesDataPointsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()