@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBlueprintsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetBlueprintsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetBlueprintsResult |
clone() |
boolean |
equals(Object obj) |
List<Blueprint> |
getBlueprints()
An array of key-value pairs that contains information about the available blueprints.
|
String |
getNextPageToken()
The token to advance to the next page of results from your request.
|
int |
hashCode() |
void |
setBlueprints(Collection<Blueprint> blueprints)
An array of key-value pairs that contains information about the available blueprints.
|
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.
|
GetBlueprintsResult |
withBlueprints(Blueprint... blueprints)
An array of key-value pairs that contains information about the available blueprints.
|
GetBlueprintsResult |
withBlueprints(Collection<Blueprint> blueprints)
An array of key-value pairs that contains information about the available blueprints.
|
GetBlueprintsResult |
withNextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Blueprint> getBlueprints()
An array of key-value pairs that contains information about the available blueprints.
public void setBlueprints(Collection<Blueprint> blueprints)
An array of key-value pairs that contains information about the available blueprints.
blueprints - An array of key-value pairs that contains information about the available blueprints.public GetBlueprintsResult withBlueprints(Blueprint... blueprints)
An array of key-value pairs that contains information about the available blueprints.
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 array of key-value pairs that contains information about the available blueprints.public GetBlueprintsResult withBlueprints(Collection<Blueprint> blueprints)
An array of key-value pairs that contains information about the available blueprints.
blueprints - An array of key-value pairs that contains information about the available blueprints.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 GetBlueprints 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 GetBlueprints 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 GetBlueprints 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 GetBlueprints request and specify the next
page token using the pageToken parameter.
public GetBlueprintsResult 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 GetBlueprints 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 GetBlueprints request and specify the next
page token using the pageToken parameter.
public String toString()
toString in class ObjectObject.toString()public GetBlueprintsResult clone()