@Generated(value="software.amazon.awssdk:codegen") public final class Preset extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Preset.Builder,Preset>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Preset.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
An identifier for this resource that is unique within all of AWS.
|
static Preset.Builder |
builder() |
String |
category()
An optional category you create to organize your presets.
|
Instant |
createdAt()
The timestamp in epoch seconds for preset creation.
|
String |
description()
An optional description you create for each preset.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdated()
The timestamp in epoch seconds when the preset was last updated.
|
String |
name()
A name you create for each preset.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Preset.Builder> |
serializableBuilderClass() |
PresetSettings |
settings()
Settings for preset
|
Preset.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Type |
type()
A preset can be of two types: system or custom.
|
String |
typeAsString()
A preset can be of two types: system or custom.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
public final String category()
public final Instant createdAt()
public final String description()
public final Instant lastUpdated()
public final String name()
public final PresetSettings settings()
public final Type type()
If the service returns an enum value that is not available in the current SDK version, type will return
Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Typepublic final String typeAsString()
If the service returns an enum value that is not available in the current SDK version, type will return
Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Typepublic Preset.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Preset.Builder,Preset>public static Preset.Builder builder()
public static Class<? extends Preset.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.