@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDBClusterParametersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of DBClusterParameterGroup.
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 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 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.
|
DescribeDBClusterParametersResult |
withMarker(String marker)
An optional pagination token provided by a previous 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 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 DescribeDBClusterParametersResult 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 String toString()
toString
in class Object
Object.toString()
public DescribeDBClusterParametersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.