@Generated(value="software.amazon.awssdk:codegen") public final class Eula extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Eula.Builder,Eula>
Represents a EULA resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Eula.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Eula.Builder |
builder() |
String |
content()
The EULA content.
|
Instant |
createdAt()
The Unix epoch timestamp in seconds for when the resource was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eulaId()
The EULA ID.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name for the EULA.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Eula.Builder> |
serializableBuilderClass() |
Eula.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The Unix epoch timestamp in seconds for when the resource was updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String content()
The EULA content.
public final Instant createdAt()
The Unix epoch timestamp in seconds for when the resource was created.
public final String eulaId()
The EULA ID.
public final String name()
The name for the EULA.
public final Instant updatedAt()
The Unix epoch timestamp in seconds for when the resource was updated.
public Eula.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Eula.Builder,Eula>public static Eula.Builder builder()
public static Class<? extends Eula.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.