@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateParam extends Object implements Serializable, Cloneable, StructuredPojo
An object representing the details of an update request.
Constructor and Description |
---|
UpdateParam() |
Modifier and Type | Method and Description |
---|---|
UpdateParam |
clone() |
boolean |
equals(Object obj) |
String |
getType()
The keys associated with an update request.
|
String |
getValue()
The value of the keys submitted as part of an update request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setType(String type)
The keys associated with an update request.
|
void |
setValue(String value)
The value of the keys submitted as part of an update request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateParam |
withType(String type)
The keys associated with an update request.
|
UpdateParam |
withType(UpdateParamType type)
The keys associated with an update request.
|
UpdateParam |
withValue(String value)
The value of the keys submitted as part of an update request.
|
public void setType(String type)
The keys associated with an update request.
type
- The keys associated with an update request.UpdateParamType
public String getType()
The keys associated with an update request.
UpdateParamType
public UpdateParam withType(String type)
The keys associated with an update request.
type
- The keys associated with an update request.UpdateParamType
public UpdateParam withType(UpdateParamType type)
The keys associated with an update request.
type
- The keys associated with an update request.UpdateParamType
public void setValue(String value)
The value of the keys submitted as part of an update request.
value
- The value of the keys submitted as part of an update request.public String getValue()
The value of the keys submitted as part of an update request.
public UpdateParam withValue(String value)
The value of the keys submitted as part of an update request.
value
- The value of the keys submitted as part of an update request.public String toString()
toString
in class Object
Object.toString()
public UpdateParam clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.