@Generated(value="software.amazon.awssdk:codegen") public final class EstimatedResourceSize extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EstimatedResourceSize.Builder,EstimatedResourceSize>
The estimated size of the resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EstimatedResourceSize.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EstimatedResourceSize.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
estimatedOn()
The time when the estimate of the size of the resource was made.
|
Double |
estimatedSizeInBytes()
The estimated size of the resource, in bytes.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EstimatedResourceSize.Builder> |
serializableBuilderClass() |
EstimatedResourceSize.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double estimatedSizeInBytes()
The estimated size of the resource, in bytes.
public final Instant estimatedOn()
The time when the estimate of the size of the resource was made.
public EstimatedResourceSize.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EstimatedResourceSize.Builder,EstimatedResourceSize>public static EstimatedResourceSize.Builder builder()
public static Class<? extends EstimatedResourceSize.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.