@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoteSourceCodeAnalysisServerInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about the server configured for source code analysis.
Constructor and Description |
---|
RemoteSourceCodeAnalysisServerInfo() |
Modifier and Type | Method and Description |
---|---|
RemoteSourceCodeAnalysisServerInfo |
clone() |
boolean |
equals(Object obj) |
String |
getRemoteSourceCodeAnalysisServerConfigurationTimestamp()
The time when the remote source code server was configured.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRemoteSourceCodeAnalysisServerConfigurationTimestamp(String remoteSourceCodeAnalysisServerConfigurationTimestamp)
The time when the remote source code server was configured.
|
String |
toString()
Returns a string representation of this object.
|
RemoteSourceCodeAnalysisServerInfo |
withRemoteSourceCodeAnalysisServerConfigurationTimestamp(String remoteSourceCodeAnalysisServerConfigurationTimestamp)
The time when the remote source code server was configured.
|
public void setRemoteSourceCodeAnalysisServerConfigurationTimestamp(String remoteSourceCodeAnalysisServerConfigurationTimestamp)
The time when the remote source code server was configured.
remoteSourceCodeAnalysisServerConfigurationTimestamp
- The time when the remote source code server was configured.public String getRemoteSourceCodeAnalysisServerConfigurationTimestamp()
The time when the remote source code server was configured.
public RemoteSourceCodeAnalysisServerInfo withRemoteSourceCodeAnalysisServerConfigurationTimestamp(String remoteSourceCodeAnalysisServerConfigurationTimestamp)
The time when the remote source code server was configured.
remoteSourceCodeAnalysisServerConfigurationTimestamp
- The time when the remote source code server was configured.public String toString()
toString
in class Object
Object.toString()
public RemoteSourceCodeAnalysisServerInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.