public class DescribeDBClusterParametersResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Provides details about a DB cluster parameter group including the parameters in the DB cluster parameter group.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
marker
An optional pagination token provided by a previous
DescribeDBClusterParameters request.
|
private SdkInternalList<Parameter> |
parameters
Provides a list of parameters for the DB cluster parameter group.
|
Constructor and Description |
---|
DescribeDBClusterParametersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDBClusterParametersResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
An optional pagination token provided by a previous
DescribeDBClusterParameters request.
|
java.util.List<Parameter> |
getParameters()
Provides a list of parameters for the DB cluster parameter group.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
An optional pagination token provided by a previous
DescribeDBClusterParameters request.
|
void |
setParameters(java.util.Collection<Parameter> parameters)
Provides a list of parameters for the DB cluster parameter group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDBClusterParametersResult |
withMarker(java.lang.String marker)
An optional pagination token provided by a previous
DescribeDBClusterParameters request.
|
DescribeDBClusterParametersResult |
withParameters(java.util.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.
|
private SdkInternalList<Parameter> parameters
Provides a list of parameters for the DB cluster parameter group.
private java.lang.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
.
public java.util.List<Parameter> getParameters()
Provides a list of parameters for the DB cluster parameter group.
public void setParameters(java.util.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(java.util.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(java.lang.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 java.lang.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(java.lang.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 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 DescribeDBClusterParametersResult clone()
clone
in class java.lang.Object