@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) |
<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()
Returns the value of the Settings property for this object.
|
Preset.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Type |
type()
A preset can be of two types: system or custom.
|
String |
typeAsString()
A preset can be of two types: system or custom.
|
copy
public String arn()
public String category()
public Instant createdAt()
public String description()
public Instant lastUpdated()
public String name()
public PresetSettings settings()
public 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()
.
Type
public 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()
.
Type
public Preset.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Preset.Builder,Preset>
public static Preset.Builder builder()
public static Class<? extends Preset.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.