@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRelationalDatabaseParametersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetRelationalDatabaseParametersResult() |
| Modifier and Type | Method and Description |
|---|---|
GetRelationalDatabaseParametersResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextPageToken()
A token used for advancing to the next page of results from your get static IPs request.
|
List<RelationalDatabaseParameter> |
getParameters()
An object describing the result of your get relational database parameters request.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get static IPs request.
|
void |
setParameters(Collection<RelationalDatabaseParameter> parameters)
An object describing the result of your get relational database parameters request.
|
String |
toString()
Returns a string representation of this object.
|
GetRelationalDatabaseParametersResult |
withNextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get static IPs request.
|
GetRelationalDatabaseParametersResult |
withParameters(Collection<RelationalDatabaseParameter> parameters)
An object describing the result of your get relational database parameters request.
|
GetRelationalDatabaseParametersResult |
withParameters(RelationalDatabaseParameter... parameters)
An object describing the result of your get relational database parameters request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetRelationalDatabaseParametersResult()
public List<RelationalDatabaseParameter> getParameters()
An object describing the result of your get relational database parameters request.
public void setParameters(Collection<RelationalDatabaseParameter> parameters)
An object describing the result of your get relational database parameters request.
parameters - An object describing the result of your get relational database parameters request.public GetRelationalDatabaseParametersResult withParameters(RelationalDatabaseParameter... parameters)
An object describing the result of your get relational database parameters request.
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 - An object describing the result of your get relational database parameters request.public GetRelationalDatabaseParametersResult withParameters(Collection<RelationalDatabaseParameter> parameters)
An object describing the result of your get relational database parameters request.
parameters - An object describing the result of your get relational database parameters request.public void setNextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get static IPs request.
nextPageToken - A token used for advancing to the next page of results from your get static IPs request.public String getNextPageToken()
A token used for advancing to the next page of results from your get static IPs request.
public GetRelationalDatabaseParametersResult withNextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get static IPs request.
nextPageToken - A token used for advancing to the next page of results from your get static IPs request.public String toString()
toString in class ObjectObject.toString()public GetRelationalDatabaseParametersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.