@Generated(value="software.amazon.awssdk:codegen") public final class SymbolicLink extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SymbolicLink.Builder,SymbolicLink>
Returns information about a symbolic link in a repository folder.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SymbolicLink.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
absolutePath()
The fully qualified path to the folder that contains the symbolic link.
|
String |
blobId()
The blob ID that contains the information about the symbolic link.
|
static SymbolicLink.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FileModeTypeEnum |
fileMode()
The file mode permissions of the blob that cotains information about the symbolic link.
|
String |
fileModeAsString()
The file mode permissions of the blob that cotains information about the symbolic link.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
relativePath()
The relative path of the symbolic link from the folder where the query originated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SymbolicLink.Builder> |
serializableBuilderClass() |
SymbolicLink.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String blobId()
The blob ID that contains the information about the symbolic link.
public String absolutePath()
The fully qualified path to the folder that contains the symbolic link.
public String relativePath()
The relative path of the symbolic link from the folder where the query originated.
public FileModeTypeEnum fileMode()
The file mode permissions of the blob that cotains information about the symbolic link.
If the service returns an enum value that is not available in the current SDK version, fileMode will
return FileModeTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fileModeAsString().
FileModeTypeEnumpublic String fileModeAsString()
The file mode permissions of the blob that cotains information about the symbolic link.
If the service returns an enum value that is not available in the current SDK version, fileMode will
return FileModeTypeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
fileModeAsString().
FileModeTypeEnumpublic SymbolicLink.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SymbolicLink.Builder,SymbolicLink>public static SymbolicLink.Builder builder()
public static Class<? extends SymbolicLink.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.