@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsRdsDbProcessorFeature extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AwsRdsDbProcessorFeature() |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbProcessorFeature |
clone() |
boolean |
equals(Object obj) |
String |
getName()
|
String |
getValue()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
|
void |
setValue(String value)
|
String |
toString()
Returns a string representation of this object.
|
AwsRdsDbProcessorFeature |
withName(String name)
|
AwsRdsDbProcessorFeature |
withValue(String value)
|
public void setName(String name)
name - public String getName()
public AwsRdsDbProcessorFeature withName(String name)
name - public void setValue(String value)
value - public String getValue()
public AwsRdsDbProcessorFeature withValue(String value)
value - public String toString()
toString in class ObjectObject.toString()public AwsRdsDbProcessorFeature clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.