@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) |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
.
FileModeTypeEnum
public 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()
.
FileModeTypeEnum
public SymbolicLink.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SymbolicLink.Builder,SymbolicLink>
public static SymbolicLink.Builder builder()
public static Class<? extends SymbolicLink.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.