Class StorageLocation
- java.lang.Object
-
- software.amazon.awssdk.services.panorama.model.StorageLocation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StorageLocation.Builder,StorageLocation>
@Generated("software.amazon.awssdk:codegen") public final class StorageLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StorageLocation.Builder,StorageLocation>
A storage location.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStorageLocation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbinaryPrefixLocation()The location's binary prefix.Stringbucket()The location's bucket.static StorageLocation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringgeneratedPrefixLocation()The location's generated prefix.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmanifestPrefixLocation()The location's manifest prefix.StringrepoPrefixLocation()The location's repo prefix.List<SdkField<?>>sdkFields()static Class<? extends StorageLocation.Builder>serializableBuilderClass()StorageLocation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
binaryPrefixLocation
public final String binaryPrefixLocation()
The location's binary prefix.
- Returns:
- The location's binary prefix.
-
bucket
public final String bucket()
The location's bucket.
- Returns:
- The location's bucket.
-
generatedPrefixLocation
public final String generatedPrefixLocation()
The location's generated prefix.
- Returns:
- The location's generated prefix.
-
manifestPrefixLocation
public final String manifestPrefixLocation()
The location's manifest prefix.
- Returns:
- The location's manifest prefix.
-
repoPrefixLocation
public final String repoPrefixLocation()
The location's repo prefix.
- Returns:
- The location's repo prefix.
-
toBuilder
public StorageLocation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StorageLocation.Builder,StorageLocation>
-
builder
public static StorageLocation.Builder builder()
-
serializableBuilderClass
public static Class<? extends StorageLocation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-