Class ListTimeSeriesDataPointsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.datazone.model.DataZoneRequest
-
- software.amazon.awssdk.services.datazone.model.ListTimeSeriesDataPointsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListTimeSeriesDataPointsRequest.Builder,ListTimeSeriesDataPointsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListTimeSeriesDataPointsRequest extends DataZoneRequest implements ToCopyableBuilder<ListTimeSeriesDataPointsRequest.Builder,ListTimeSeriesDataPointsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListTimeSeriesDataPointsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListTimeSeriesDataPointsRequest.Builderbuilder()StringdomainIdentifier()The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data points.InstantendedAt()The timestamp at which the data points that you wanted to list ended.StringentityIdentifier()The ID of the asset for which you want to list data points.TimeSeriesEntityTypeentityType()The type of the asset for which you want to list data points.StringentityTypeAsString()The type of the asset for which you want to list data points.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringformName()The name of the time series data points form.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of data points to return in a single call to ListTimeSeriesDataPoints.StringnextToken()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.List<SdkField<?>>sdkFields()static Class<? extends ListTimeSeriesDataPointsRequest.Builder>serializableBuilderClass()InstantstartedAt()The timestamp at which the data points that you want to list started.ListTimeSeriesDataPointsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
domainIdentifier
public final String domainIdentifier()
The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data points.
- Returns:
- The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data points.
-
endedAt
public final Instant endedAt()
The timestamp at which the data points that you wanted to list ended.
- Returns:
- The timestamp at which the data points that you wanted to list ended.
-
entityIdentifier
public final String entityIdentifier()
The ID of the asset for which you want to list data points.
- Returns:
- The ID of the asset for which you want to list data points.
-
entityType
public final TimeSeriesEntityType entityType()
The type of the asset for which you want to list data points.
If the service returns an enum value that is not available in the current SDK version,
entityTypewill returnTimeSeriesEntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromentityTypeAsString().- Returns:
- The type of the asset for which you want to list data points.
- See Also:
TimeSeriesEntityType
-
entityTypeAsString
public final String entityTypeAsString()
The type of the asset for which you want to list data points.
If the service returns an enum value that is not available in the current SDK version,
entityTypewill returnTimeSeriesEntityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromentityTypeAsString().- Returns:
- The type of the asset for which you want to list data points.
- See Also:
TimeSeriesEntityType
-
formName
public final String formName()
The name of the time series data points form.
- Returns:
- The name of the time series data points form.
-
maxResults
public final 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.
- Returns:
- 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.
-
nextToken
public final 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.
- Returns:
- 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.
-
startedAt
public final Instant startedAt()
The timestamp at which the data points that you want to list started.
- Returns:
- The timestamp at which the data points that you want to list started.
-
toBuilder
public ListTimeSeriesDataPointsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListTimeSeriesDataPointsRequest.Builder,ListTimeSeriesDataPointsRequest>- Specified by:
toBuilderin classDataZoneRequest
-
builder
public static ListTimeSeriesDataPointsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListTimeSeriesDataPointsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-