@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsRdsDbProcessorFeature extends Object implements Serializable, Cloneable, StructuredPojo
A processor feature.
| Constructor and Description |
|---|
AwsRdsDbProcessorFeature() |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbProcessorFeature |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the processor feature.
|
String |
getValue()
The value of the processor feature.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the processor feature.
|
void |
setValue(String value)
The value of the processor feature.
|
String |
toString()
Returns a string representation of this object.
|
AwsRdsDbProcessorFeature |
withName(String name)
The name of the processor feature.
|
AwsRdsDbProcessorFeature |
withValue(String value)
The value of the processor feature.
|
public void setName(String name)
The name of the processor feature.
name - The name of the processor feature.public String getName()
The name of the processor feature.
public AwsRdsDbProcessorFeature withName(String name)
The name of the processor feature.
name - The name of the processor feature.public void setValue(String value)
The value of the processor feature.
value - The value of the processor feature.public String getValue()
The value of the processor feature.
public AwsRdsDbProcessorFeature withValue(String value)
The value of the processor feature.
value - The value of the processor feature.public String toString()
toString in class ObjectObject.toString()public AwsRdsDbProcessorFeature clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.