@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) |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Double estimatedSizeInBytes()
The estimated size of the resource in bytes.
public Instant estimatedOn()
The time when the estimate of the size of the resource was made.
public EstimatedResourceSize.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EstimatedResourceSize.Builder,EstimatedResourceSize>
public static EstimatedResourceSize.Builder builder()
public static Class<? extends EstimatedResourceSize.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.