@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()
A token used for advancing to the next page of results of your get relational database bundles request.
|
int |
hashCode() |
void |
setBundles(Collection<RelationalDatabaseBundle> bundles)
An object describing the result of your get relational database bundles request.
|
void |
setNextPageToken(String nextPageToken)
A token used for advancing to the next page of results of your get relational database bundles 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)
A token used for advancing to the next page of results of your get relational database bundles request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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)
A token used for advancing to the next page of results of your get relational database bundles request.
nextPageToken
- A token used for advancing to the next page of results of your get relational database bundles request.public String getNextPageToken()
A token used for advancing to the next page of results of your get relational database bundles request.
public GetRelationalDatabaseBundlesResult withNextPageToken(String nextPageToken)
A token used for advancing to the next page of results of your get relational database bundles request.
nextPageToken
- A token used for advancing to the next page of results of your get relational database bundles request.public String toString()
toString
in class Object
Object.toString()
public GetRelationalDatabaseBundlesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.