@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AvailableProcessorFeature extends Object implements Serializable, Cloneable
Contains the available processor feature information for the DB instance class of a DB instance.
For more information, see Configuring the Processor of the DB Instance Class in the Amazon RDS User Guide.
Constructor and Description |
---|
AvailableProcessorFeature() |
Modifier and Type | Method and Description |
---|---|
AvailableProcessorFeature |
clone() |
boolean |
equals(Object obj) |
String |
getAllowedValues()
The allowed values for the processor feature of the DB instance class.
|
String |
getDefaultValue()
The default value for the processor feature of the DB instance class.
|
String |
getName()
The name of the processor feature.
|
int |
hashCode() |
void |
setAllowedValues(String allowedValues)
The allowed values for the processor feature of the DB instance class.
|
void |
setDefaultValue(String defaultValue)
The default value for the processor feature of the DB instance class.
|
void |
setName(String name)
The name of the processor feature.
|
String |
toString()
Returns a string representation of this object.
|
AvailableProcessorFeature |
withAllowedValues(String allowedValues)
The allowed values for the processor feature of the DB instance class.
|
AvailableProcessorFeature |
withDefaultValue(String defaultValue)
The default value for the processor feature of the DB instance class.
|
AvailableProcessorFeature |
withName(String name)
The name of the processor feature.
|
public void setName(String name)
The name of the processor feature. Valid names are coreCount
and threadsPerCore
.
name
- The name of the processor feature. Valid names are coreCount
and threadsPerCore
.public String getName()
The name of the processor feature. Valid names are coreCount
and threadsPerCore
.
coreCount
and threadsPerCore
.public AvailableProcessorFeature withName(String name)
The name of the processor feature. Valid names are coreCount
and threadsPerCore
.
name
- The name of the processor feature. Valid names are coreCount
and threadsPerCore
.public void setDefaultValue(String defaultValue)
The default value for the processor feature of the DB instance class.
defaultValue
- The default value for the processor feature of the DB instance class.public String getDefaultValue()
The default value for the processor feature of the DB instance class.
public AvailableProcessorFeature withDefaultValue(String defaultValue)
The default value for the processor feature of the DB instance class.
defaultValue
- The default value for the processor feature of the DB instance class.public void setAllowedValues(String allowedValues)
The allowed values for the processor feature of the DB instance class.
allowedValues
- The allowed values for the processor feature of the DB instance class.public String getAllowedValues()
The allowed values for the processor feature of the DB instance class.
public AvailableProcessorFeature withAllowedValues(String allowedValues)
The allowed values for the processor feature of the DB instance class.
allowedValues
- The allowed values for the processor feature of the DB instance class.public String toString()
toString
in class Object
Object.toString()
public AvailableProcessorFeature clone()