public class DescribeDBParametersResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the result of a successful invocation of the DescribeDBParameters action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
marker
An optional pagination token provided by a previous request.
|
private SdkInternalList<Parameter> |
parameters
A list of Parameter values.
|
Constructor and Description |
---|
DescribeDBParametersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDBParametersResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
An optional pagination token provided by a previous request.
|
java.util.List<Parameter> |
getParameters()
A list of Parameter values.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
An optional pagination token provided by a previous request.
|
void |
setParameters(java.util.Collection<Parameter> parameters)
A list of Parameter values.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDBParametersResult |
withMarker(java.lang.String marker)
An optional pagination token provided by a previous request.
|
DescribeDBParametersResult |
withParameters(java.util.Collection<Parameter> parameters)
A list of Parameter values.
|
DescribeDBParametersResult |
withParameters(Parameter... parameters)
A list of Parameter values.
|
private SdkInternalList<Parameter> parameters
A list of Parameter values.
private java.lang.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
.
public java.util.List<Parameter> getParameters()
A list of Parameter values.
public void setParameters(java.util.Collection<Parameter> parameters)
A list of Parameter values.
parameters
- A list of Parameter values.public DescribeDBParametersResult withParameters(Parameter... parameters)
A list of Parameter values.
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
- A list of Parameter values.public DescribeDBParametersResult withParameters(java.util.Collection<Parameter> parameters)
A list of Parameter values.
parameters
- A list of Parameter values.public void setMarker(java.lang.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 java.lang.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 DescribeDBParametersResult withMarker(java.lang.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 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 DescribeDBParametersResult clone()
clone
in class java.lang.Object