Class Eula
- java.lang.Object
-
- software.amazon.awssdk.services.nimble.model.Eula
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Eula.Builder,Eula>
@Generated("software.amazon.awssdk:codegen") public final class Eula extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Eula.Builder,Eula>
Represents a EULA resource.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEula.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Eula.Builderbuilder()Stringcontent()The EULA content.InstantcreatedAt()The ISO timestamp in seconds for when the resource was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeulaId()The EULA ID.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name for the EULA.List<SdkField<?>>sdkFields()static Class<? extends Eula.Builder>serializableBuilderClass()Eula.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The ISO timestamp in seconds for when the resource was updated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
content
public final String content()
The EULA content.
- Returns:
- The EULA content.
-
createdAt
public final Instant createdAt()
The ISO timestamp in seconds for when the resource was created.
- Returns:
- The ISO timestamp in seconds for when the resource was created.
-
eulaId
public final String eulaId()
The EULA ID.
- Returns:
- The EULA ID.
-
name
public final String name()
The name for the EULA.
- Returns:
- The name for the EULA.
-
updatedAt
public final Instant updatedAt()
The ISO timestamp in seconds for when the resource was updated.
- Returns:
- The ISO timestamp in seconds for when the resource was updated.
-
toBuilder
public Eula.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Eula.Builder,Eula>
-
builder
public static Eula.Builder builder()
-
serializableBuilderClass
public static Class<? extends Eula.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-