@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) |
<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, waitcopypublic String comment()
A user-defined comment about the disk upload.
public Instant uploadEnd()
The time that the disk upload ends.
public Double uploadSize()
The size of the uploaded disk image, in GiB.
public 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 String toString()
Copyright © 2019. All rights reserved.