@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DemodulationConfig extends Object implements Serializable, Cloneable, StructuredPojo
Information about the demodulation Config.
| Constructor and Description |
|---|
DemodulationConfig() |
| Modifier and Type | Method and Description |
|---|---|
DemodulationConfig |
clone() |
boolean |
equals(Object obj) |
String |
getUnvalidatedJSON()
Unvalidated JSON of a demodulation
Config. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setUnvalidatedJSON(String unvalidatedJSON)
Unvalidated JSON of a demodulation
Config. |
String |
toString()
Returns a string representation of this object.
|
DemodulationConfig |
withUnvalidatedJSON(String unvalidatedJSON)
Unvalidated JSON of a demodulation
Config. |
public void setUnvalidatedJSON(String unvalidatedJSON)
Unvalidated JSON of a demodulation Config.
unvalidatedJSON - Unvalidated JSON of a demodulation Config.public String getUnvalidatedJSON()
Unvalidated JSON of a demodulation Config.
Config.public DemodulationConfig withUnvalidatedJSON(String unvalidatedJSON)
Unvalidated JSON of a demodulation Config.
unvalidatedJSON - Unvalidated JSON of a demodulation Config.public String toString()
toString in class ObjectObject.toString()public DemodulationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.