@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateResult extends Object implements Serializable, Cloneable, StructuredPojo
The response elements represent the results of an update.
| Constructor and Description |
|---|
UpdateResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateResult |
clone() |
boolean |
equals(Object obj) |
List<Field> |
getGeneratedFields()
Values for fields generated during the request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGeneratedFields(Collection<Field> generatedFields)
Values for fields generated during the request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateResult |
withGeneratedFields(Collection<Field> generatedFields)
Values for fields generated during the request.
|
UpdateResult |
withGeneratedFields(Field... generatedFields)
Values for fields generated during the request.
|
public List<Field> getGeneratedFields()
Values for fields generated during the request.
public void setGeneratedFields(Collection<Field> generatedFields)
Values for fields generated during the request.
generatedFields - Values for fields generated during the request.public UpdateResult withGeneratedFields(Field... generatedFields)
Values for fields generated during the request.
NOTE: This method appends the values to the existing list (if any). Use
setGeneratedFields(java.util.Collection) or withGeneratedFields(java.util.Collection) if you
want to override the existing values.
generatedFields - Values for fields generated during the request.public UpdateResult withGeneratedFields(Collection<Field> generatedFields)
Values for fields generated during the request.
generatedFields - Values for fields generated during the request.public String toString()
toString in class ObjectObject.toString()public UpdateResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.