@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Folder extends Object implements Serializable, Cloneable, StructuredPojo
Returns information about a folder in a repository.
Constructor and Description |
---|
Folder() |
Modifier and Type | Method and Description |
---|---|
Folder |
clone() |
boolean |
equals(Object obj) |
String |
getAbsolutePath()
The fully qualified path of the folder in the repository.
|
String |
getRelativePath()
The relative path of the specified folder from the folder where the query originated.
|
String |
getTreeId()
The full SHA-1 pointer of the tree information for the commit that contains the folder.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAbsolutePath(String absolutePath)
The fully qualified path of the folder in the repository.
|
void |
setRelativePath(String relativePath)
The relative path of the specified folder from the folder where the query originated.
|
void |
setTreeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the folder.
|
String |
toString()
Returns a string representation of this object.
|
Folder |
withAbsolutePath(String absolutePath)
The fully qualified path of the folder in the repository.
|
Folder |
withRelativePath(String relativePath)
The relative path of the specified folder from the folder where the query originated.
|
Folder |
withTreeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the folder.
|
public void setTreeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the folder.
treeId
- The full SHA-1 pointer of the tree information for the commit that contains the folder.public String getTreeId()
The full SHA-1 pointer of the tree information for the commit that contains the folder.
public Folder withTreeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the folder.
treeId
- The full SHA-1 pointer of the tree information for the commit that contains the folder.public void setAbsolutePath(String absolutePath)
The fully qualified path of the folder in the repository.
absolutePath
- The fully qualified path of the folder in the repository.public String getAbsolutePath()
The fully qualified path of the folder in the repository.
public Folder withAbsolutePath(String absolutePath)
The fully qualified path of the folder in the repository.
absolutePath
- The fully qualified path of the folder in the repository.public void setRelativePath(String relativePath)
The relative path of the specified folder from the folder where the query originated.
relativePath
- The relative path of the specified folder from the folder where the query originated.public String getRelativePath()
The relative path of the specified folder from the folder where the query originated.
public Folder withRelativePath(String relativePath)
The relative path of the specified folder from the folder where the query originated.
relativePath
- The relative path of the specified folder from the folder where the query originated.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.