@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRelationalDatabaseSnapshotsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRelationalDatabaseSnapshotsResult() |
Modifier and Type | Method and Description |
---|---|
GetRelationalDatabaseSnapshotsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextPageToken()
The token to advance to the next page of results from your request.
|
List<RelationalDatabaseSnapshot> |
getRelationalDatabaseSnapshots()
An object describing the result of your get relational database snapshots request.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
void |
setRelationalDatabaseSnapshots(Collection<RelationalDatabaseSnapshot> relationalDatabaseSnapshots)
An object describing the result of your get relational database snapshots request.
|
String |
toString()
Returns a string representation of this object.
|
GetRelationalDatabaseSnapshotsResult |
withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
GetRelationalDatabaseSnapshotsResult |
withRelationalDatabaseSnapshots(Collection<RelationalDatabaseSnapshot> relationalDatabaseSnapshots)
An object describing the result of your get relational database snapshots request.
|
GetRelationalDatabaseSnapshotsResult |
withRelationalDatabaseSnapshots(RelationalDatabaseSnapshot... relationalDatabaseSnapshots)
An object describing the result of your get relational database snapshots request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetRelationalDatabaseSnapshotsResult()
public List<RelationalDatabaseSnapshot> getRelationalDatabaseSnapshots()
An object describing the result of your get relational database snapshots request.
public void setRelationalDatabaseSnapshots(Collection<RelationalDatabaseSnapshot> relationalDatabaseSnapshots)
An object describing the result of your get relational database snapshots request.
relationalDatabaseSnapshots
- An object describing the result of your get relational database snapshots request.public GetRelationalDatabaseSnapshotsResult withRelationalDatabaseSnapshots(RelationalDatabaseSnapshot... relationalDatabaseSnapshots)
An object describing the result of your get relational database snapshots request.
NOTE: This method appends the values to the existing list (if any). Use
setRelationalDatabaseSnapshots(java.util.Collection)
or
withRelationalDatabaseSnapshots(java.util.Collection)
if you want to override the existing values.
relationalDatabaseSnapshots
- An object describing the result of your get relational database snapshots request.public GetRelationalDatabaseSnapshotsResult withRelationalDatabaseSnapshots(Collection<RelationalDatabaseSnapshot> relationalDatabaseSnapshots)
An object describing the result of your get relational database snapshots request.
relationalDatabaseSnapshots
- An object describing the result of your get relational database snapshots 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 GetRelationalDatabaseSnapshots
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 GetRelationalDatabaseSnapshots
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 GetRelationalDatabaseSnapshots
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 GetRelationalDatabaseSnapshots
request and
specify the next page token using the pageToken
parameter.
public GetRelationalDatabaseSnapshotsResult 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 GetRelationalDatabaseSnapshots
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 GetRelationalDatabaseSnapshots
request and
specify the next page token using the pageToken
parameter.
public String toString()
toString
in class Object
Object.toString()
public GetRelationalDatabaseSnapshotsResult clone()