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()
Provides a list of parameters for the DB cluster parameter group.
public void setParameters(Collection<Parameter> parameters)
Provides a list of parameters for the DB cluster parameter group.
parameters
- Provides a list of parameters for the DB cluster parameter group.public DescribeDBClusterParametersResult withParameters(Parameter... parameters)
Provides a list of parameters for the DB cluster parameter group.
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
- Provides a list of parameters for the DB cluster parameter group.public DescribeDBClusterParametersResult withParameters(Collection<Parameter> parameters)
Provides a list of parameters for the DB cluster parameter group.
parameters
- Provides a list of parameters for the DB cluster parameter group.public void setMarker(String 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
.
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 getMarker()
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
.
MaxRecords
.public DescribeDBClusterParametersResult withMarker(String 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
.
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.