@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 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 ObjectObject.toString()public CodegenGenericDataNonModel clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.