@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubModule extends Object implements Serializable, Cloneable, StructuredPojo
Returns information about a submodule reference in a repository folder.
Constructor and Description |
---|
SubModule() |
Modifier and Type | Method and Description |
---|---|
SubModule |
clone() |
boolean |
equals(Object obj) |
String |
getAbsolutePath()
The fully qualified path to the folder that contains the reference to the submodule.
|
String |
getCommitId()
The commit ID that contains the reference to the submodule.
|
String |
getRelativePath()
The relative path of the submodule 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 reference to the submodule.
|
void |
setCommitId(String commitId)
The commit ID that contains the reference to the submodule.
|
void |
setRelativePath(String relativePath)
The relative path of the submodule from the folder where the query originated.
|
String |
toString()
Returns a string representation of this object.
|
SubModule |
withAbsolutePath(String absolutePath)
The fully qualified path to the folder that contains the reference to the submodule.
|
SubModule |
withCommitId(String commitId)
The commit ID that contains the reference to the submodule.
|
SubModule |
withRelativePath(String relativePath)
The relative path of the submodule from the folder where the query originated.
|
public void setCommitId(String commitId)
The commit ID that contains the reference to the submodule.
commitId
- The commit ID that contains the reference to the submodule.public String getCommitId()
The commit ID that contains the reference to the submodule.
public SubModule withCommitId(String commitId)
The commit ID that contains the reference to the submodule.
commitId
- The commit ID that contains the reference to the submodule.public void setAbsolutePath(String absolutePath)
The fully qualified path to the folder that contains the reference to the submodule.
absolutePath
- The fully qualified path to the folder that contains the reference to the submodule.public String getAbsolutePath()
The fully qualified path to the folder that contains the reference to the submodule.
public SubModule withAbsolutePath(String absolutePath)
The fully qualified path to the folder that contains the reference to the submodule.
absolutePath
- The fully qualified path to the folder that contains the reference to the submodule.public void setRelativePath(String relativePath)
The relative path of the submodule from the folder where the query originated.
relativePath
- The relative path of the submodule from the folder where the query originated.public String getRelativePath()
The relative path of the submodule from the folder where the query originated.
public SubModule withRelativePath(String relativePath)
The relative path of the submodule from the folder where the query originated.
relativePath
- The relative path of the submodule 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.