@Generated(value="software.amazon.awssdk:codegen") public final class Part extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Part.Builder,Part>
Modifier and Type | Class and Description |
---|---|
static interface |
Part.Builder |
Modifier and Type | Method and Description |
---|---|
static Part.Builder |
builder() |
boolean |
equals(Object obj) |
String |
eTag()
Entity tag returned when the part was uploaded.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModified()
Date and time at which the part was uploaded.
|
Integer |
partNumber()
Part number identifying the part.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Part.Builder> |
serializableBuilderClass() |
Integer |
size()
Size in bytes of the uploaded part data.
|
Part.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer partNumber()
Part number identifying the part. This is a positive integer between 1 and 10,000.
public Instant lastModified()
Date and time at which the part was uploaded.
public String eTag()
Entity tag returned when the part was uploaded.
public Integer size()
Size in bytes of the uploaded part data.
public Part.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Part.Builder,Part>
public static Part.Builder builder()
public static Class<? extends Part.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.