public class Parameter
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
This data type is used as a request parameter in the ModifyDBParameterGroup and ResetDBParameterGroup actions.
This data type is used as a response element in the DescribeEngineDefaultParameters and DescribeDBParameters actions.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
allowedValues
Specifies the valid range of values for the parameter.
|
private java.lang.String |
applyMethod
Indicates when to apply parameter updates.
|
private java.lang.String |
applyType
Specifies the engine specific parameters type.
|
private java.lang.String |
dataType
Specifies the valid data type for the parameter.
|
private java.lang.String |
description
Provides a description of the parameter.
|
private java.lang.Boolean |
isModifiable
Indicates whether (
true ) or not (false ) the
parameter can be modified. |
private java.lang.String |
minimumEngineVersion
The earliest engine version to which the parameter can apply.
|
private java.lang.String |
parameterName
Specifies the name of the parameter.
|
private java.lang.String |
parameterValue
Specifies the value of the parameter.
|
private java.lang.String |
source
Indicates the source of the parameter value.
|
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
Parameter |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAllowedValues()
Specifies the valid range of values for the parameter.
|
java.lang.String |
getApplyMethod()
Indicates when to apply parameter updates.
|
java.lang.String |
getApplyType()
Specifies the engine specific parameters type.
|
java.lang.String |
getDataType()
Specifies the valid data type for the parameter.
|
java.lang.String |
getDescription()
Provides a description of the parameter.
|
java.lang.Boolean |
getIsModifiable()
Indicates whether (
true ) or not (false ) the
parameter can be modified. |
java.lang.String |
getMinimumEngineVersion()
The earliest engine version to which the parameter can apply.
|
java.lang.String |
getParameterName()
Specifies the name of the parameter.
|
java.lang.String |
getParameterValue()
Specifies the value of the parameter.
|
java.lang.String |
getSource()
Indicates the source of the parameter value.
|
int |
hashCode() |
java.lang.Boolean |
isModifiable()
Indicates whether (
true ) or not (false ) the
parameter can be modified. |
void |
setAllowedValues(java.lang.String allowedValues)
Specifies the valid range of values for the parameter.
|
void |
setApplyMethod(ApplyMethod applyMethod)
Indicates when to apply parameter updates.
|
void |
setApplyMethod(java.lang.String applyMethod)
Indicates when to apply parameter updates.
|
void |
setApplyType(java.lang.String applyType)
Specifies the engine specific parameters type.
|
void |
setDataType(java.lang.String dataType)
Specifies the valid data type for the parameter.
|
void |
setDescription(java.lang.String description)
Provides a description of the parameter.
|
void |
setIsModifiable(java.lang.Boolean isModifiable)
Indicates whether (
true ) or not (false ) the
parameter can be modified. |
void |
setMinimumEngineVersion(java.lang.String minimumEngineVersion)
The earliest engine version to which the parameter can apply.
|
void |
setParameterName(java.lang.String parameterName)
Specifies the name of the parameter.
|
void |
setParameterValue(java.lang.String parameterValue)
Specifies the value of the parameter.
|
void |
setSource(java.lang.String source)
Indicates the source of the parameter value.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Parameter |
withAllowedValues(java.lang.String allowedValues)
Specifies the valid range of values for the parameter.
|
Parameter |
withApplyMethod(ApplyMethod applyMethod)
Indicates when to apply parameter updates.
|
Parameter |
withApplyMethod(java.lang.String applyMethod)
Indicates when to apply parameter updates.
|
Parameter |
withApplyType(java.lang.String applyType)
Specifies the engine specific parameters type.
|
Parameter |
withDataType(java.lang.String dataType)
Specifies the valid data type for the parameter.
|
Parameter |
withDescription(java.lang.String description)
Provides a description of the parameter.
|
Parameter |
withIsModifiable(java.lang.Boolean isModifiable)
Indicates whether (
true ) or not (false ) the
parameter can be modified. |
Parameter |
withMinimumEngineVersion(java.lang.String minimumEngineVersion)
The earliest engine version to which the parameter can apply.
|
Parameter |
withParameterName(java.lang.String parameterName)
Specifies the name of the parameter.
|
Parameter |
withParameterValue(java.lang.String parameterValue)
Specifies the value of the parameter.
|
Parameter |
withSource(java.lang.String source)
Indicates the source of the parameter value.
|
private java.lang.String parameterName
Specifies the name of the parameter.
private java.lang.String parameterValue
Specifies the value of the parameter.
private java.lang.String description
Provides a description of the parameter.
private java.lang.String source
Indicates the source of the parameter value.
private java.lang.String applyType
Specifies the engine specific parameters type.
private java.lang.String dataType
Specifies the valid data type for the parameter.
private java.lang.String allowedValues
Specifies the valid range of values for the parameter.
private java.lang.Boolean isModifiable
Indicates whether (true
) or not (false
) the
parameter can be modified. Some parameters have security or operational
implications that prevent them from being changed.
private java.lang.String minimumEngineVersion
The earliest engine version to which the parameter can apply.
private java.lang.String applyMethod
Indicates when to apply parameter updates.
public void setParameterName(java.lang.String parameterName)
Specifies the name of the parameter.
parameterName
- Specifies the name of the parameter.public java.lang.String getParameterName()
Specifies the name of the parameter.
public Parameter withParameterName(java.lang.String parameterName)
Specifies the name of the parameter.
parameterName
- Specifies the name of the parameter.public void setParameterValue(java.lang.String parameterValue)
Specifies the value of the parameter.
parameterValue
- Specifies the value of the parameter.public java.lang.String getParameterValue()
Specifies the value of the parameter.
public Parameter withParameterValue(java.lang.String parameterValue)
Specifies the value of the parameter.
parameterValue
- Specifies the value of the parameter.public void setDescription(java.lang.String description)
Provides a description of the parameter.
description
- Provides a description of the parameter.public java.lang.String getDescription()
Provides a description of the parameter.
public Parameter withDescription(java.lang.String description)
Provides a description of the parameter.
description
- Provides a description of the parameter.public void setSource(java.lang.String source)
Indicates the source of the parameter value.
source
- Indicates the source of the parameter value.public java.lang.String getSource()
Indicates the source of the parameter value.
public Parameter withSource(java.lang.String source)
Indicates the source of the parameter value.
source
- Indicates the source of the parameter value.public void setApplyType(java.lang.String applyType)
Specifies the engine specific parameters type.
applyType
- Specifies the engine specific parameters type.public java.lang.String getApplyType()
Specifies the engine specific parameters type.
public Parameter withApplyType(java.lang.String applyType)
Specifies the engine specific parameters type.
applyType
- Specifies the engine specific parameters type.public void setDataType(java.lang.String dataType)
Specifies the valid data type for the parameter.
dataType
- Specifies the valid data type for the parameter.public java.lang.String getDataType()
Specifies the valid data type for the parameter.
public Parameter withDataType(java.lang.String dataType)
Specifies the valid data type for the parameter.
dataType
- Specifies the valid data type for the parameter.public void setAllowedValues(java.lang.String allowedValues)
Specifies the valid range of values for the parameter.
allowedValues
- Specifies the valid range of values for the parameter.public java.lang.String getAllowedValues()
Specifies the valid range of values for the parameter.
public Parameter withAllowedValues(java.lang.String allowedValues)
Specifies the valid range of values for the parameter.
allowedValues
- Specifies the valid range of values for the parameter.public void setIsModifiable(java.lang.Boolean isModifiable)
Indicates whether (true
) or not (false
) the
parameter can be modified. Some parameters have security or operational
implications that prevent them from being changed.
isModifiable
- Indicates whether (true
) or not (false
)
the parameter can be modified. Some parameters have security or
operational implications that prevent them from being changed.public java.lang.Boolean getIsModifiable()
Indicates whether (true
) or not (false
) the
parameter can be modified. Some parameters have security or operational
implications that prevent them from being changed.
true
) or not (false
)
the parameter can be modified. Some parameters have security or
operational implications that prevent them from being changed.public Parameter withIsModifiable(java.lang.Boolean isModifiable)
Indicates whether (true
) or not (false
) the
parameter can be modified. Some parameters have security or operational
implications that prevent them from being changed.
isModifiable
- Indicates whether (true
) or not (false
)
the parameter can be modified. Some parameters have security or
operational implications that prevent them from being changed.public java.lang.Boolean isModifiable()
Indicates whether (true
) or not (false
) the
parameter can be modified. Some parameters have security or operational
implications that prevent them from being changed.
true
) or not (false
)
the parameter can be modified. Some parameters have security or
operational implications that prevent them from being changed.public void setMinimumEngineVersion(java.lang.String minimumEngineVersion)
The earliest engine version to which the parameter can apply.
minimumEngineVersion
- The earliest engine version to which the parameter can apply.public java.lang.String getMinimumEngineVersion()
The earliest engine version to which the parameter can apply.
public Parameter withMinimumEngineVersion(java.lang.String minimumEngineVersion)
The earliest engine version to which the parameter can apply.
minimumEngineVersion
- The earliest engine version to which the parameter can apply.public void setApplyMethod(java.lang.String applyMethod)
Indicates when to apply parameter updates.
applyMethod
- Indicates when to apply parameter updates.ApplyMethod
public java.lang.String getApplyMethod()
Indicates when to apply parameter updates.
ApplyMethod
public Parameter withApplyMethod(java.lang.String applyMethod)
Indicates when to apply parameter updates.
applyMethod
- Indicates when to apply parameter updates.ApplyMethod
public void setApplyMethod(ApplyMethod applyMethod)
Indicates when to apply parameter updates.
applyMethod
- Indicates when to apply parameter updates.ApplyMethod
public Parameter withApplyMethod(ApplyMethod applyMethod)
Indicates when to apply parameter updates.
applyMethod
- Indicates when to apply parameter updates.ApplyMethod
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Parameter clone()
clone
in class java.lang.Object