@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VersionControlInfo extends Object implements Serializable, Cloneable, StructuredPojo
Details about the version control configuration.
Constructor and Description |
---|
VersionControlInfo() |
Modifier and Type | Method and Description |
---|---|
VersionControlInfo |
clone() |
boolean |
equals(Object obj) |
String |
getVersionControlConfigurationTimeStamp()
The time when the version control system was last configured.
|
String |
getVersionControlType()
The type of version control.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setVersionControlConfigurationTimeStamp(String versionControlConfigurationTimeStamp)
The time when the version control system was last configured.
|
void |
setVersionControlType(String versionControlType)
The type of version control.
|
String |
toString()
Returns a string representation of this object.
|
VersionControlInfo |
withVersionControlConfigurationTimeStamp(String versionControlConfigurationTimeStamp)
The time when the version control system was last configured.
|
VersionControlInfo |
withVersionControlType(String versionControlType)
The type of version control.
|
VersionControlInfo |
withVersionControlType(VersionControlType versionControlType)
The type of version control.
|
public void setVersionControlConfigurationTimeStamp(String versionControlConfigurationTimeStamp)
The time when the version control system was last configured.
versionControlConfigurationTimeStamp
- The time when the version control system was last configured.public String getVersionControlConfigurationTimeStamp()
The time when the version control system was last configured.
public VersionControlInfo withVersionControlConfigurationTimeStamp(String versionControlConfigurationTimeStamp)
The time when the version control system was last configured.
versionControlConfigurationTimeStamp
- The time when the version control system was last configured.public void setVersionControlType(String versionControlType)
The type of version control.
versionControlType
- The type of version control.VersionControlType
public String getVersionControlType()
The type of version control.
VersionControlType
public VersionControlInfo withVersionControlType(String versionControlType)
The type of version control.
versionControlType
- The type of version control.VersionControlType
public VersionControlInfo withVersionControlType(VersionControlType versionControlType)
The type of version control.
versionControlType
- The type of version control.VersionControlType
public String toString()
toString
in class Object
Object.toString()
public VersionControlInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.