@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageLocation extends Object implements Serializable, Cloneable, StructuredPojo
A storage location.
Constructor and Description |
---|
StorageLocation() |
Modifier and Type | Method and Description |
---|---|
StorageLocation |
clone() |
boolean |
equals(Object obj) |
String |
getBinaryPrefixLocation()
The location's binary prefix.
|
String |
getBucket()
The location's bucket.
|
String |
getGeneratedPrefixLocation()
The location's generated prefix.
|
String |
getManifestPrefixLocation()
The location's manifest prefix.
|
String |
getRepoPrefixLocation()
The location's repo prefix.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBinaryPrefixLocation(String binaryPrefixLocation)
The location's binary prefix.
|
void |
setBucket(String bucket)
The location's bucket.
|
void |
setGeneratedPrefixLocation(String generatedPrefixLocation)
The location's generated prefix.
|
void |
setManifestPrefixLocation(String manifestPrefixLocation)
The location's manifest prefix.
|
void |
setRepoPrefixLocation(String repoPrefixLocation)
The location's repo prefix.
|
String |
toString()
Returns a string representation of this object.
|
StorageLocation |
withBinaryPrefixLocation(String binaryPrefixLocation)
The location's binary prefix.
|
StorageLocation |
withBucket(String bucket)
The location's bucket.
|
StorageLocation |
withGeneratedPrefixLocation(String generatedPrefixLocation)
The location's generated prefix.
|
StorageLocation |
withManifestPrefixLocation(String manifestPrefixLocation)
The location's manifest prefix.
|
StorageLocation |
withRepoPrefixLocation(String repoPrefixLocation)
The location's repo prefix.
|
public void setBinaryPrefixLocation(String binaryPrefixLocation)
The location's binary prefix.
binaryPrefixLocation
- The location's binary prefix.public String getBinaryPrefixLocation()
The location's binary prefix.
public StorageLocation withBinaryPrefixLocation(String binaryPrefixLocation)
The location's binary prefix.
binaryPrefixLocation
- The location's binary prefix.public void setBucket(String bucket)
The location's bucket.
bucket
- The location's bucket.public String getBucket()
The location's bucket.
public StorageLocation withBucket(String bucket)
The location's bucket.
bucket
- The location's bucket.public void setGeneratedPrefixLocation(String generatedPrefixLocation)
The location's generated prefix.
generatedPrefixLocation
- The location's generated prefix.public String getGeneratedPrefixLocation()
The location's generated prefix.
public StorageLocation withGeneratedPrefixLocation(String generatedPrefixLocation)
The location's generated prefix.
generatedPrefixLocation
- The location's generated prefix.public void setManifestPrefixLocation(String manifestPrefixLocation)
The location's manifest prefix.
manifestPrefixLocation
- The location's manifest prefix.public String getManifestPrefixLocation()
The location's manifest prefix.
public StorageLocation withManifestPrefixLocation(String manifestPrefixLocation)
The location's manifest prefix.
manifestPrefixLocation
- The location's manifest prefix.public void setRepoPrefixLocation(String repoPrefixLocation)
The location's repo prefix.
repoPrefixLocation
- The location's repo prefix.public String getRepoPrefixLocation()
The location's repo prefix.
public StorageLocation withRepoPrefixLocation(String repoPrefixLocation)
The location's repo prefix.
repoPrefixLocation
- The location's repo prefix.public String toString()
toString
in class Object
Object.toString()
public StorageLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.