Class ClientData
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.ClientData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ClientData.Builder,ClientData>
@Generated("software.amazon.awssdk:codegen") public final class ClientData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClientData.Builder,ClientData>
Describes the client-specific data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClientData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClientData.Builderbuilder()Stringcomment()A user-defined comment about the disk upload.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ClientData.Builder>serializableBuilderClass()ClientData.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantuploadEnd()The time that the disk upload ends.DoubleuploadSize()The size of the uploaded disk image, in GiB.InstantuploadStart()The time that the disk upload starts.-
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
-
comment
public final String comment()
A user-defined comment about the disk upload.
- Returns:
- A user-defined comment about the disk upload.
-
uploadEnd
public final Instant uploadEnd()
The time that the disk upload ends.
- Returns:
- The time that the disk upload ends.
-
uploadSize
public final Double uploadSize()
The size of the uploaded disk image, in GiB.
- Returns:
- The size of the uploaded disk image, in GiB.
-
uploadStart
public final Instant uploadStart()
The time that the disk upload starts.
- Returns:
- The time that the disk upload starts.
-
toBuilder
public ClientData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ClientData.Builder,ClientData>
-
builder
public static ClientData.Builder builder()
-
serializableBuilderClass
public static Class<? extends ClientData.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.
-
-