@Generated(value="software.amazon.awssdk:codegen") public final class StorageLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StorageLocation.Builder,StorageLocation>
A storage location.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StorageLocation.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
binaryPrefixLocation()
The location's binary prefix.
|
String |
bucket()
The location's bucket.
|
static StorageLocation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
generatedPrefixLocation()
The location's generated prefix.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
manifestPrefixLocation()
The location's manifest prefix.
|
String |
repoPrefixLocation()
The location's repo prefix.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StorageLocation.Builder> |
serializableBuilderClass() |
StorageLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String binaryPrefixLocation()
The location's binary prefix.
public final String bucket()
The location's bucket.
public final String generatedPrefixLocation()
The location's generated prefix.
public final String manifestPrefixLocation()
The location's manifest prefix.
public final String repoPrefixLocation()
The location's repo prefix.
public StorageLocation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StorageLocation.Builder,StorageLocation>public static StorageLocation.Builder builder()
public static Class<? extends StorageLocation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.