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 interface
ImageSet.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImageSet.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Image
height32()
The image with the height set to 32 pixels.Image
height64()
The image with the height set to 64 pixels.Image
original()
The original image.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ImageSet.Builder>
serializableBuilderClass()
ImageSet.Builder
toBuilder()
String
toString()
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:
toBuilder
in 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:
equalsBySdkFields
in 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:
sdkFieldNameToField
in interfaceSdkPojo
-
-