@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FormattedVss extends Object implements Serializable, Cloneable, StructuredPojo
Vehicle Signal Specification (VSS) is a precise language used to describe and model signals in vehicle networks. The JSON file collects signal specificiations in a VSS format.
Constructor and Description |
---|
FormattedVss() |
Modifier and Type | Method and Description |
---|---|
FormattedVss |
clone() |
boolean |
equals(Object obj) |
String |
getVssJson()
Provides the VSS in JSON format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setVssJson(String vssJson)
Provides the VSS in JSON format.
|
String |
toString()
Returns a string representation of this object.
|
FormattedVss |
withVssJson(String vssJson)
Provides the VSS in JSON format.
|
public void setVssJson(String vssJson)
Provides the VSS in JSON format.
vssJson
- Provides the VSS in JSON format.public String getVssJson()
Provides the VSS in JSON format.
public FormattedVss withVssJson(String vssJson)
Provides the VSS in JSON format.
vssJson
- Provides the VSS in JSON format.public String toString()
toString
in class Object
Object.toString()
public FormattedVss clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.