@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SymbolicLink extends Object implements Serializable, Cloneable, StructuredPojo
Returns information about a symbolic link in a repository folder.
| Constructor and Description |
|---|
SymbolicLink() |
| Modifier and Type | Method and Description |
|---|---|
SymbolicLink |
clone() |
boolean |
equals(Object obj) |
String |
getAbsolutePath()
The fully qualified path to the folder that contains the symbolic link.
|
String |
getBlobId()
The blob ID that contains the information about the symbolic link.
|
String |
getFileMode()
The file mode permissions of the blob that cotains information about the symbolic link.
|
String |
getRelativePath()
The relative path of the symbolic link from the folder where the query originated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAbsolutePath(String absolutePath)
The fully qualified path to the folder that contains the symbolic link.
|
void |
setBlobId(String blobId)
The blob ID that contains the information about the symbolic link.
|
void |
setFileMode(String fileMode)
The file mode permissions of the blob that cotains information about the symbolic link.
|
void |
setRelativePath(String relativePath)
The relative path of the symbolic link from the folder where the query originated.
|
String |
toString()
Returns a string representation of this object.
|
SymbolicLink |
withAbsolutePath(String absolutePath)
The fully qualified path to the folder that contains the symbolic link.
|
SymbolicLink |
withBlobId(String blobId)
The blob ID that contains the information about the symbolic link.
|
SymbolicLink |
withFileMode(FileModeTypeEnum fileMode)
The file mode permissions of the blob that cotains information about the symbolic link.
|
SymbolicLink |
withFileMode(String fileMode)
The file mode permissions of the blob that cotains information about the symbolic link.
|
SymbolicLink |
withRelativePath(String relativePath)
The relative path of the symbolic link from the folder where the query originated.
|
public void setBlobId(String blobId)
The blob ID that contains the information about the symbolic link.
blobId - The blob ID that contains the information about the symbolic link.public String getBlobId()
The blob ID that contains the information about the symbolic link.
public SymbolicLink withBlobId(String blobId)
The blob ID that contains the information about the symbolic link.
blobId - The blob ID that contains the information about the symbolic link.public void setAbsolutePath(String absolutePath)
The fully qualified path to the folder that contains the symbolic link.
absolutePath - The fully qualified path to the folder that contains the symbolic link.public String getAbsolutePath()
The fully qualified path to the folder that contains the symbolic link.
public SymbolicLink withAbsolutePath(String absolutePath)
The fully qualified path to the folder that contains the symbolic link.
absolutePath - The fully qualified path to the folder that contains the symbolic link.public void setRelativePath(String relativePath)
The relative path of the symbolic link from the folder where the query originated.
relativePath - The relative path of the symbolic link from the folder where the query originated.public String getRelativePath()
The relative path of the symbolic link from the folder where the query originated.
public SymbolicLink withRelativePath(String relativePath)
The relative path of the symbolic link from the folder where the query originated.
relativePath - The relative path of the symbolic link from the folder where the query originated.public void setFileMode(String fileMode)
The file mode permissions of the blob that cotains information about the symbolic link.
fileMode - The file mode permissions of the blob that cotains information about the symbolic link.FileModeTypeEnumpublic String getFileMode()
The file mode permissions of the blob that cotains information about the symbolic link.
FileModeTypeEnumpublic SymbolicLink withFileMode(String fileMode)
The file mode permissions of the blob that cotains information about the symbolic link.
fileMode - The file mode permissions of the blob that cotains information about the symbolic link.FileModeTypeEnumpublic SymbolicLink withFileMode(FileModeTypeEnum fileMode)
The file mode permissions of the blob that cotains information about the symbolic link.
fileMode - The file mode permissions of the blob that cotains information about the symbolic link.FileModeTypeEnumpublic String toString()
toString in class ObjectObject.toString()public SymbolicLink clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.