@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRelationalDatabaseBundlesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetRelationalDatabaseBundlesResult() |
| Modifier and Type | Method and Description |
|---|---|
GetRelationalDatabaseBundlesResult |
clone() |
boolean |
equals(Object obj) |
List<RelationalDatabaseBundle> |
getBundles()
An object describing the result of your get relational database bundles request.
|
String |
getNextPageToken()
The token to advance to the next page of results from your request.
|
int |
hashCode() |
void |
setBundles(Collection<RelationalDatabaseBundle> bundles)
An object describing the result of your get relational database bundles request.
|
void |
setNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
String |
toString()
Returns a string representation of this object.
|
GetRelationalDatabaseBundlesResult |
withBundles(Collection<RelationalDatabaseBundle> bundles)
An object describing the result of your get relational database bundles request.
|
GetRelationalDatabaseBundlesResult |
withBundles(RelationalDatabaseBundle... bundles)
An object describing the result of your get relational database bundles request.
|
GetRelationalDatabaseBundlesResult |
withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<RelationalDatabaseBundle> getBundles()
An object describing the result of your get relational database bundles request.
public void setBundles(Collection<RelationalDatabaseBundle> bundles)
An object describing the result of your get relational database bundles request.
bundles - An object describing the result of your get relational database bundles request.public GetRelationalDatabaseBundlesResult withBundles(RelationalDatabaseBundle... bundles)
An object describing the result of your get relational database bundles request.
NOTE: This method appends the values to the existing list (if any). Use
setBundles(java.util.Collection) or withBundles(java.util.Collection) if you want to override
the existing values.
bundles - An object describing the result of your get relational database bundles request.public GetRelationalDatabaseBundlesResult withBundles(Collection<RelationalDatabaseBundle> bundles)
An object describing the result of your get relational database bundles request.
bundles - An object describing the result of your get relational database bundles request.public void setNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetRelationalDatabaseBundles request and specify
the next page token using the pageToken parameter.
nextPageToken - The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetRelationalDatabaseBundles request and
specify the next page token using the pageToken parameter.
public String getNextPageToken()
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetRelationalDatabaseBundles request and specify
the next page token using the pageToken parameter.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetRelationalDatabaseBundles request and
specify the next page token using the pageToken parameter.
public GetRelationalDatabaseBundlesResult withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetRelationalDatabaseBundles request and specify
the next page token using the pageToken parameter.
nextPageToken - The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetRelationalDatabaseBundles request and
specify the next page token using the pageToken parameter.
public String toString()
toString in class ObjectObject.toString()public GetRelationalDatabaseBundlesResult clone()