@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Preset extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Preset() |
Modifier and Type | Method and Description |
---|---|
Preset |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
An identifier for this resource that is unique within all of AWS.
|
String |
getCategory()
An optional category you create to organize your presets.
|
Date |
getCreatedAt()
The timestamp in epoch seconds for preset creation.
|
String |
getDescription()
An optional description you create for each preset.
|
Date |
getLastUpdated()
The timestamp in epoch seconds when the preset was last updated.
|
String |
getName()
A name you create for each preset.
|
PresetSettings |
getSettings()
Settings for preset
|
String |
getType()
A preset can be of two types: system or custom.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
An identifier for this resource that is unique within all of AWS.
|
void |
setCategory(String category)
An optional category you create to organize your presets.
|
void |
setCreatedAt(Date createdAt)
The timestamp in epoch seconds for preset creation.
|
void |
setDescription(String description)
An optional description you create for each preset.
|
void |
setLastUpdated(Date lastUpdated)
The timestamp in epoch seconds when the preset was last updated.
|
void |
setName(String name)
A name you create for each preset.
|
void |
setSettings(PresetSettings settings)
Settings for preset
|
void |
setType(String type)
A preset can be of two types: system or custom.
|
String |
toString()
Returns a string representation of this object.
|
Preset |
withArn(String arn)
An identifier for this resource that is unique within all of AWS.
|
Preset |
withCategory(String category)
An optional category you create to organize your presets.
|
Preset |
withCreatedAt(Date createdAt)
The timestamp in epoch seconds for preset creation.
|
Preset |
withDescription(String description)
An optional description you create for each preset.
|
Preset |
withLastUpdated(Date lastUpdated)
The timestamp in epoch seconds when the preset was last updated.
|
Preset |
withName(String name)
A name you create for each preset.
|
Preset |
withSettings(PresetSettings settings)
Settings for preset
|
Preset |
withType(String type)
A preset can be of two types: system or custom.
|
Preset |
withType(Type type)
A preset can be of two types: system or custom.
|
public void setArn(String arn)
arn
- An identifier for this resource that is unique within all of AWS.public String getArn()
public Preset withArn(String arn)
arn
- An identifier for this resource that is unique within all of AWS.public void setCategory(String category)
category
- An optional category you create to organize your presets.public String getCategory()
public Preset withCategory(String category)
category
- An optional category you create to organize your presets.public void setCreatedAt(Date createdAt)
createdAt
- The timestamp in epoch seconds for preset creation.public Date getCreatedAt()
public Preset withCreatedAt(Date createdAt)
createdAt
- The timestamp in epoch seconds for preset creation.public void setDescription(String description)
description
- An optional description you create for each preset.public String getDescription()
public Preset withDescription(String description)
description
- An optional description you create for each preset.public void setLastUpdated(Date lastUpdated)
lastUpdated
- The timestamp in epoch seconds when the preset was last updated.public Date getLastUpdated()
public Preset withLastUpdated(Date lastUpdated)
lastUpdated
- The timestamp in epoch seconds when the preset was last updated.public void setName(String name)
name
- A name you create for each preset. Each name must be unique within your account.public String getName()
public Preset withName(String name)
name
- A name you create for each preset. Each name must be unique within your account.public void setSettings(PresetSettings settings)
settings
- Settings for presetpublic PresetSettings getSettings()
public Preset withSettings(PresetSettings settings)
settings
- Settings for presetpublic void setType(String type)
type
- A preset can be of two types: system or custom. System or built-in preset can't be modified or deleted by
the user.Type
public String getType()
Type
public Preset withType(String type)
type
- A preset can be of two types: system or custom. System or built-in preset can't be modified or deleted by
the user.Type
public Preset withType(Type type)
type
- A preset can be of two types: system or custom. System or built-in preset can't be modified or deleted by
the user.Type
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.