@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EngineDefaults extends Object implements Serializable, Cloneable
Contains the result of a successful invocation of the DescribeEngineDefaultClusterParameters
operation.
Constructor and Description |
---|
EngineDefaults() |
Modifier and Type | Method and Description |
---|---|
EngineDefaults |
clone() |
boolean |
equals(Object obj) |
String |
getDBParameterGroupFamily()
The name of the DB cluster parameter group family to return the engine parameter information for.
|
String |
getMarker()
An optional pagination token provided by a previous request.
|
List<Parameter> |
getParameters()
The parameters of a particular DB cluster parameter group family.
|
int |
hashCode() |
void |
setDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DB cluster parameter group family to return the engine parameter information for.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous request.
|
void |
setParameters(Collection<Parameter> parameters)
The parameters of a particular DB cluster parameter group family.
|
String |
toString()
Returns a string representation of this object.
|
EngineDefaults |
withDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DB cluster parameter group family to return the engine parameter information for.
|
EngineDefaults |
withMarker(String marker)
An optional pagination token provided by a previous request.
|
EngineDefaults |
withParameters(Collection<Parameter> parameters)
The parameters of a particular DB cluster parameter group family.
|
EngineDefaults |
withParameters(Parameter... parameters)
The parameters of a particular DB cluster parameter group family.
|
public void setDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DB cluster parameter group family to return the engine parameter information for.
dBParameterGroupFamily
- The name of the DB cluster parameter group family to return the engine parameter information for.public String getDBParameterGroupFamily()
The name of the DB cluster parameter group family to return the engine parameter information for.
public EngineDefaults withDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DB cluster parameter group family to return the engine parameter information for.
dBParameterGroupFamily
- The name of the DB cluster parameter group family to return the engine parameter information for.public void setMarker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.public String getMarker()
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
MaxRecords
.public EngineDefaults withMarker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.public List<Parameter> getParameters()
The parameters of a particular DB cluster parameter group family.
public void setParameters(Collection<Parameter> parameters)
The parameters of a particular DB cluster parameter group family.
parameters
- The parameters of a particular DB cluster parameter group family.public EngineDefaults withParameters(Parameter... parameters)
The parameters of a particular DB cluster parameter group family.
NOTE: This method appends the values to the existing list (if any). Use
setParameters(java.util.Collection)
or withParameters(java.util.Collection)
if you want to
override the existing values.
parameters
- The parameters of a particular DB cluster parameter group family.public EngineDefaults withParameters(Collection<Parameter> parameters)
The parameters of a particular DB cluster parameter group family.
parameters
- The parameters of a particular DB cluster parameter group family.public String toString()
toString
in class Object
Object.toString()
public EngineDefaults clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.