@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRelationalDatabaseBlueprintsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetRelationalDatabaseBlueprintsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetRelationalDatabaseBlueprintsResult |
clone() |
boolean |
equals(Object obj) |
List<RelationalDatabaseBlueprint> |
getBlueprints()
An object describing the result of your get relational database blueprints request.
|
String |
getNextPageToken()
A token used for advancing to the next page of results of your get relational database blueprints request.
|
int |
hashCode() |
void |
setBlueprints(Collection<RelationalDatabaseBlueprint> blueprints)
An object describing the result of your get relational database blueprints request.
|
void |
setNextPageToken(String nextPageToken)
A token used for advancing to the next page of results of your get relational database blueprints request.
|
String |
toString()
Returns a string representation of this object.
|
GetRelationalDatabaseBlueprintsResult |
withBlueprints(Collection<RelationalDatabaseBlueprint> blueprints)
An object describing the result of your get relational database blueprints request.
|
GetRelationalDatabaseBlueprintsResult |
withBlueprints(RelationalDatabaseBlueprint... blueprints)
An object describing the result of your get relational database blueprints request.
|
GetRelationalDatabaseBlueprintsResult |
withNextPageToken(String nextPageToken)
A token used for advancing to the next page of results of your get relational database blueprints request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetRelationalDatabaseBlueprintsResult()
public List<RelationalDatabaseBlueprint> getBlueprints()
An object describing the result of your get relational database blueprints request.
public void setBlueprints(Collection<RelationalDatabaseBlueprint> blueprints)
An object describing the result of your get relational database blueprints request.
blueprints - An object describing the result of your get relational database blueprints request.public GetRelationalDatabaseBlueprintsResult withBlueprints(RelationalDatabaseBlueprint... blueprints)
An object describing the result of your get relational database blueprints request.
NOTE: This method appends the values to the existing list (if any). Use
setBlueprints(java.util.Collection) or withBlueprints(java.util.Collection) if you want to
override the existing values.
blueprints - An object describing the result of your get relational database blueprints request.public GetRelationalDatabaseBlueprintsResult withBlueprints(Collection<RelationalDatabaseBlueprint> blueprints)
An object describing the result of your get relational database blueprints request.
blueprints - An object describing the result of your get relational database blueprints request.public void setNextPageToken(String nextPageToken)
A token used for advancing to the next page of results of your get relational database blueprints request.
nextPageToken - A token used for advancing to the next page of results of your get relational database blueprints request.public String getNextPageToken()
A token used for advancing to the next page of results of your get relational database blueprints request.
public GetRelationalDatabaseBlueprintsResult withNextPageToken(String nextPageToken)
A token used for advancing to the next page of results of your get relational database blueprints request.
nextPageToken - A token used for advancing to the next page of results of your get relational database blueprints request.public String toString()
toString in class ObjectObject.toString()public GetRelationalDatabaseBlueprintsResult clone()
Copyright © 2019. All rights reserved.