@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CodegenGenericDataNonModel extends Object implements Serializable, Cloneable, StructuredPojo
Describes a non-model in a generic data schema.
| Constructor and Description |
|---|
CodegenGenericDataNonModel () |
| Modifier and Type | Method and Description |
|---|---|
CodegenGenericDataNonModel |
addFieldsEntry (String key,
CodegenGenericDataField value)
Add a single Fields entry
|
CodegenGenericDataNonModel |
clearFieldsEntries ()
Removes all the entries added into Fields.
|
CodegenGenericDataNonModel |
clone () |
boolean |
equals (Object obj) |
Map<String,CodegenGenericDataField> |
getFields ()
The fields in a generic data schema non model.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFields (Map<String,CodegenGenericDataField> fields)
The fields in a generic data schema non model.
|
String |
toString ()
Returns a string representation of this object.
|
CodegenGenericDataNonModel |
withFields (Map<String,CodegenGenericDataField> fields)
The fields in a generic data schema non model.
|
public CodegenGenericDataNonModel()
public Map<String,CodegenGenericDataField> getFields()
The fields in a generic data schema non model.
public void setFields(Map<String,CodegenGenericDataField> fields)
The fields in a generic data schema non model.
fields - The fields in a generic data schema non model.public CodegenGenericDataNonModel withFields(Map<String,CodegenGenericDataField> fields)
The fields in a generic data schema non model.
fields - The fields in a generic data schema non model.public CodegenGenericDataNonModel addFieldsEntry(String key, CodegenGenericDataField value)
public CodegenGenericDataNonModel clearFieldsEntries()
public String toString()
toString in class Object Object.toString() public CodegenGenericDataNonModel clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.