@Generated(value="software.amazon.awssdk:codegen") public final class AddOn extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AddOn.Builder,AddOn>
Describes an add-on that is enabled for an Amazon Lightsail resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddOn.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AddOn.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the add-on.
|
String |
nextSnapshotTimeOfDay()
The next daily time an automatic snapshot will be created.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AddOn.Builder> |
serializableBuilderClass() |
String |
snapshotTimeOfDay()
The daily time when an automatic snapshot is created.
|
String |
status()
The status of the add-on.
|
AddOn.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the add-on.
public final String status()
The status of the add-on.
public final String snapshotTimeOfDay()
The daily time when an automatic snapshot is created.
The time shown is in HH:00 format, and in Coordinated Universal Time (UTC).
The snapshot is automatically created between the time shown and up to 45 minutes after.
The time shown is in HH:00 format, and in Coordinated Universal Time (UTC).
The snapshot is automatically created between the time shown and up to 45 minutes after.
public final String nextSnapshotTimeOfDay()
The next daily time an automatic snapshot will be created.
The time shown is in HH:00 format, and in Coordinated Universal Time (UTC).
The snapshot is automatically created between the time shown and up to 45 minutes after.
The time shown is in HH:00 format, and in Coordinated Universal Time (UTC).
The snapshot is automatically created between the time shown and up to 45 minutes after.
public AddOn.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AddOn.Builder,AddOn>public static AddOn.Builder builder()
public static Class<? extends AddOn.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.