Class EngineDefaults
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the result of a successful invocation of the DescribeEngineDefaultParameters action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Specifies the name of the DB parameter group family that the engine default parameters apply to.An optional pagination token provided by a previous EngineDefaults request.Contains a list of engine default parameters.int
hashCode()
void
setDBParameterGroupFamily
(String dBParameterGroupFamily) Specifies the name of the DB parameter group family that the engine default parameters apply to.void
An optional pagination token provided by a previous EngineDefaults request.void
setParameters
(Collection<Parameter> parameters) Contains a list of engine default parameters.toString()
Returns a string representation of this object; useful for testing and debugging.withDBParameterGroupFamily
(String dBParameterGroupFamily) Specifies the name of the DB parameter group family that the engine default parameters apply to.withMarker
(String marker) An optional pagination token provided by a previous EngineDefaults request.withParameters
(Parameter... parameters) Contains a list of engine default parameters.withParameters
(Collection<Parameter> parameters) Contains a list of engine default parameters.
-
Constructor Details
-
EngineDefaults
public EngineDefaults()
-
-
Method Details
-
setDBParameterGroupFamily
Specifies the name of the DB parameter group family that the engine default parameters apply to.
- Parameters:
dBParameterGroupFamily
- Specifies the name of the DB parameter group family that the engine default parameters apply to.
-
getDBParameterGroupFamily
Specifies the name of the DB parameter group family that the engine default parameters apply to.
- Returns:
- Specifies the name of the DB parameter group family that the engine default parameters apply to.
-
withDBParameterGroupFamily
Specifies the name of the DB parameter group family that the engine default parameters apply to.
- Parameters:
dBParameterGroupFamily
- Specifies the name of the DB parameter group family that the engine default parameters apply to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
An optional pagination token provided by a previous EngineDefaults request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.- Parameters:
marker
- An optional pagination token provided by a previous EngineDefaults request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords
.
-
getMarker
An optional pagination token provided by a previous EngineDefaults request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.- Returns:
- An optional pagination token provided by a previous
EngineDefaults request. If this parameter is specified, the
response includes only records beyond the marker, up to the value
specified by
MaxRecords
.
-
withMarker
An optional pagination token provided by a previous EngineDefaults request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.- Parameters:
marker
- An optional pagination token provided by a previous EngineDefaults request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getParameters
Contains a list of engine default parameters.
- Returns:
- Contains a list of engine default parameters.
-
setParameters
Contains a list of engine default parameters.
- Parameters:
parameters
- Contains a list of engine default parameters.
-
withParameters
Contains a list of engine default parameters.
NOTE: This method appends the values to the existing list (if any). Use
setParameters(java.util.Collection)
orwithParameters(java.util.Collection)
if you want to override the existing values.- Parameters:
parameters
- Contains a list of engine default parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withParameters
Contains a list of engine default parameters.
- Parameters:
parameters
- Contains a list of engine default parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-