@Generated(value="software.amazon.awssdk:codegen") public final class S3SnapshotAsset extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3SnapshotAsset.Builder,S3SnapshotAsset>
The S3 object that is the asset.
Modifier and Type | Class and Description |
---|---|
static interface |
S3SnapshotAsset.Builder |
Modifier and Type | Method and Description |
---|---|
static S3SnapshotAsset.Builder |
builder() |
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 S3SnapshotAsset.Builder> |
serializableBuilderClass() |
Double |
size()
The size of the S3 object that is the object.
|
S3SnapshotAsset.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Double size()
The size of the S3 object that is the object.
public S3SnapshotAsset.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<S3SnapshotAsset.Builder,S3SnapshotAsset>
public static S3SnapshotAsset.Builder builder()
public static Class<? extends S3SnapshotAsset.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.