Class TimeSeriesDataPointFormOutput
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.TimeSeriesDataPointFormOutput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TimeSeriesDataPointFormOutput.Builder,TimeSeriesDataPointFormOutput>
@Generated("software.amazon.awssdk:codegen") public final class TimeSeriesDataPointFormOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimeSeriesDataPointFormOutput.Builder,TimeSeriesDataPointFormOutput>
The time series data points form.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTimeSeriesDataPointFormOutput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimeSeriesDataPointFormOutput.Builderbuilder()Stringcontent()The content of the time series data points form.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()Stringid()The ID of the time series data points form.List<SdkField<?>>sdkFields()static Class<? extends TimeSeriesDataPointFormOutput.Builder>serializableBuilderClass()Instanttimestamp()The timestamp of the time series data points form.TimeSeriesDataPointFormOutput.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtypeIdentifier()The ID of the type of the time series data points form.StringtypeRevision()The revision type of the time series data points form.-
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
-
content
public final String content()
The content of the time series data points form.
- Returns:
- The content of the time series data points form.
-
formName
public final String formName()
The name of the time series data points form.
- Returns:
- The name of the time series data points form.
-
id
public final String id()
The ID of the time series data points form.
- Returns:
- The ID of the time series data points form.
-
timestamp
public final Instant timestamp()
The timestamp of the time series data points form.
- Returns:
- The timestamp of the time series data points form.
-
typeIdentifier
public final String typeIdentifier()
The ID of the type of the time series data points form.
- Returns:
- The ID of the type of the time series data points form.
-
typeRevision
public final String typeRevision()
The revision type of the time series data points form.
- Returns:
- The revision type of the time series data points form.
-
toBuilder
public TimeSeriesDataPointFormOutput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TimeSeriesDataPointFormOutput.Builder,TimeSeriesDataPointFormOutput>
-
builder
public static TimeSeriesDataPointFormOutput.Builder builder()
-
serializableBuilderClass
public static Class<? extends TimeSeriesDataPointFormOutput.Builder> serializableBuilderClass()
-
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.
-
-