@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FieldValidationMessage extends Object implements Serializable, Cloneable, StructuredPojo
The message details.
| Constructor and Description |
|---|
FieldValidationMessage() |
| Modifier and Type | Method and Description |
|---|---|
FieldValidationMessage |
clone() |
boolean |
equals(Object obj) |
String |
getContent()
The message content.
|
String |
getFieldName()
The field name.
|
String |
getIdentifier()
The message ID.
|
String |
getTitle()
The message title.
|
String |
getType()
The message type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setContent(String content)
The message content.
|
void |
setFieldName(String fieldName)
The field name.
|
void |
setIdentifier(String identifier)
The message ID.
|
void |
setTitle(String title)
The message title.
|
void |
setType(String type)
The message type.
|
String |
toString()
Returns a string representation of this object.
|
FieldValidationMessage |
withContent(String content)
The message content.
|
FieldValidationMessage |
withFieldName(String fieldName)
The field name.
|
FieldValidationMessage |
withIdentifier(String identifier)
The message ID.
|
FieldValidationMessage |
withTitle(String title)
The message title.
|
FieldValidationMessage |
withType(String type)
The message type.
|
public void setFieldName(String fieldName)
The field name.
fieldName - The field name.public String getFieldName()
The field name.
public FieldValidationMessage withFieldName(String fieldName)
The field name.
fieldName - The field name.public void setIdentifier(String identifier)
The message ID.
identifier - The message ID.public String getIdentifier()
The message ID.
public FieldValidationMessage withIdentifier(String identifier)
The message ID.
identifier - The message ID.public void setTitle(String title)
The message title.
title - The message title.public String getTitle()
The message title.
public FieldValidationMessage withTitle(String title)
The message title.
title - The message title.public void setContent(String content)
The message content.
content - The message content.public String getContent()
The message content.
public FieldValidationMessage withContent(String content)
The message content.
content - The message content.public void setType(String type)
The message type.
type - The message type.public String getType()
The message type.
public FieldValidationMessage withType(String type)
The message type.
type - The message type.public String toString()
toString in class ObjectObject.toString()public FieldValidationMessage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.