@Generated(value="software.amazon.awssdk:codegen") public final class ClientData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClientData.Builder,ClientData>
Describes the client-specific data.
Modifier and Type | Class and Description |
---|---|
static interface |
ClientData.Builder |
Modifier and Type | Method and Description |
---|---|
static ClientData.Builder |
builder() |
String |
comment()
A user-defined comment about the disk upload.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClientData.Builder> |
serializableBuilderClass() |
ClientData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
uploadEnd()
The time that the disk upload ends.
|
Double |
uploadSize()
The size of the uploaded disk image, in GiB.
|
Instant |
uploadStart()
The time that the disk upload starts.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String comment()
A user-defined comment about the disk upload.
public final Instant uploadEnd()
The time that the disk upload ends.
public final Double uploadSize()
The size of the uploaded disk image, in GiB.
public final Instant uploadStart()
The time that the disk upload starts.
public ClientData.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ClientData.Builder,ClientData>
public static ClientData.Builder builder()
public static Class<? extends ClientData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.