public class DescribeDBClusterParametersResult extends Object implements Serializable, Cloneable
Provides details about a DB cluster parameter group including the parameters in the DB cluster parameter group.
Constructor and Description |
---|
DescribeDBClusterParametersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDBClusterParametersResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
An optional pagination token provided by a previous
DescribeDBClusterParameters request.
|
List<Parameter> |
getParameters()
Provides a list of parameters for the DB cluster parameter group.
|
int |
hashCode() |
void |
setMarker(String marker)
An optional pagination token provided by a previous
DescribeDBClusterParameters request.
|
void |
setParameters(Collection<Parameter> parameters)
Provides a list of parameters for the DB cluster parameter group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDBClusterParametersResult |
withMarker(String marker)
An optional pagination token provided by a previous
DescribeDBClusterParameters request.
|
DescribeDBClusterParametersResult |
withParameters(Collection<Parameter> parameters)
Provides a list of parameters for the DB cluster parameter group.
|
DescribeDBClusterParametersResult |
withParameters(Parameter... parameters)
Provides a list of parameters for the DB cluster parameter group.
|
public List<Parameter> getParameters()
public void setParameters(Collection<Parameter> parameters)
parameters
- Provides a list of parameters for the DB cluster parameter group.public DescribeDBClusterParametersResult withParameters(Parameter... parameters)
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.
Returns a reference to this object so that method calls can be chained together.
parameters
- Provides a list of parameters for the DB cluster parameter group.public DescribeDBClusterParametersResult withParameters(Collection<Parameter> parameters)
Returns a reference to this object so that method calls can be chained together.
parameters
- Provides a list of parameters for the DB cluster parameter group.public String getMarker()
MaxRecords
.MaxRecords
.public void setMarker(String marker)
MaxRecords
.marker
- An optional pagination token provided by a previous
DescribeDBClusterParameters request. If this parameter is specified,
the response includes only records beyond the marker, up to the value
specified by MaxRecords
.public DescribeDBClusterParametersResult withMarker(String marker)
MaxRecords
.
Returns a reference to this object so that method calls can be chained together.
marker
- An optional pagination token provided by a previous
DescribeDBClusterParameters request. If this parameter is specified,
the response includes only records beyond the marker, up to the value
specified by MaxRecords
.public String toString()
toString
in class Object
Object.toString()
public DescribeDBClusterParametersResult clone()
Copyright © 2015. All rights reserved.