@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RequiredField extends Object implements Serializable, Cloneable, StructuredPojo
List of fields that must have a value provided to create a case.
Constructor and Description |
---|
RequiredField() |
Modifier and Type | Method and Description |
---|---|
RequiredField |
clone() |
boolean |
equals(Object obj) |
String |
getFieldId()
Unique identifier of a field.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFieldId(String fieldId)
Unique identifier of a field.
|
String |
toString()
Returns a string representation of this object.
|
RequiredField |
withFieldId(String fieldId)
Unique identifier of a field.
|
public void setFieldId(String fieldId)
Unique identifier of a field.
fieldId
- Unique identifier of a field.public String getFieldId()
Unique identifier of a field.
public RequiredField withFieldId(String fieldId)
Unique identifier of a field.
fieldId
- Unique identifier of a field.public String toString()
toString
in class Object
Object.toString()
public RequiredField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.