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