@Generated(value="software.amazon.awssdk:codegen") public final class FormattedVss extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FormattedVss.Builder,FormattedVss>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FormattedVss.Builder |
static class |
FormattedVss.Type |
| Modifier and Type | Method and Description |
|---|---|
static FormattedVss.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static FormattedVss |
fromVssJson(String vssJson)
Create an instance of this class with
vssJson() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FormattedVss.Builder> |
serializableBuilderClass() |
FormattedVss.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
FormattedVss.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
String |
vssJson()
Provides the VSS in JSON format.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vssJson()
Provides the VSS in JSON format.
public FormattedVss.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FormattedVss.Builder,FormattedVss>public static FormattedVss.Builder builder()
public static Class<? extends FormattedVss.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static FormattedVss fromVssJson(String vssJson)
vssJson() initialized to the given value.
Provides the VSS in JSON format.
vssJson - Provides the VSS in JSON format.public FormattedVss.Type type()
FormattedVss.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be FormattedVss.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2022. All rights reserved.