Class ImageSet
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.ImageSet
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ImageSet.Builder,ImageSet>
@Generated("software.amazon.awssdk:codegen") public final class ImageSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImageSet.Builder,ImageSet>
The image set.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceImageSet.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImageSet.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Imageheight32()The image with the height set to 32 pixels.Imageheight64()The image with the height set to 64 pixels.Imageoriginal()The original image.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ImageSet.Builder>serializableBuilderClass()ImageSet.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
-
original
public final Image original()
The original image.
- Returns:
- The original image.
-
height64
public final Image height64()
The image with the height set to 64 pixels.
- Returns:
- The image with the height set to 64 pixels.
-
height32
public final Image height32()
The image with the height set to 32 pixels.
- Returns:
- The image with the height set to 32 pixels.
-
toBuilder
public ImageSet.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImageSet.Builder,ImageSet>
-
builder
public static ImageSet.Builder builder()
-
serializableBuilderClass
public static Class<? extends ImageSet.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
-
-