Class Anchor
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.Anchor
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Anchor.Builder,Anchor>
@Generated("software.amazon.awssdk:codegen") public final class Anchor extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Anchor.Builder,Anchor>
The definition of the Anchor.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnchor.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AnchorTypeanchorType()TheAnchorTypefor the Anchor.StringanchorTypeAsString()TheAnchorTypefor the Anchor.static Anchor.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integeroffset()The offset of the Anchor.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Anchor.Builder>serializableBuilderClass()TimeGranularitytimeGranularity()TheTimeGranularityof the Anchor.StringtimeGranularityAsString()TheTimeGranularityof the Anchor.Anchor.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
anchorType
public final AnchorType anchorType()
The
AnchorTypefor the Anchor.If the service returns an enum value that is not available in the current SDK version,
anchorTypewill returnAnchorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromanchorTypeAsString().- Returns:
- The
AnchorTypefor the Anchor. - See Also:
AnchorType
-
anchorTypeAsString
public final String anchorTypeAsString()
The
AnchorTypefor the Anchor.If the service returns an enum value that is not available in the current SDK version,
anchorTypewill returnAnchorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromanchorTypeAsString().- Returns:
- The
AnchorTypefor the Anchor. - See Also:
AnchorType
-
timeGranularity
public final TimeGranularity timeGranularity()
The
TimeGranularityof the Anchor.If the service returns an enum value that is not available in the current SDK version,
timeGranularitywill returnTimeGranularity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtimeGranularityAsString().- Returns:
- The
TimeGranularityof the Anchor. - See Also:
TimeGranularity
-
timeGranularityAsString
public final String timeGranularityAsString()
The
TimeGranularityof the Anchor.If the service returns an enum value that is not available in the current SDK version,
timeGranularitywill returnTimeGranularity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtimeGranularityAsString().- Returns:
- The
TimeGranularityof the Anchor. - See Also:
TimeGranularity
-
offset
public final Integer offset()
The offset of the Anchor.
- Returns:
- The offset of the Anchor.
-
toBuilder
public Anchor.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Anchor.Builder,Anchor>
-
builder
public static Anchor.Builder builder()
-
serializableBuilderClass
public static Class<? extends Anchor.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-