@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()
A token used for advancing to the next page of results from your get blueprints 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)
A token used for advancing to the next page of results from your get blueprints request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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)
A token used for advancing to the next page of results from your get blueprints request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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)
A token used for advancing to the next page of results from your get blueprints request.
nextPageToken
- A token used for advancing to the next page of results from your get blueprints request.public String getNextPageToken()
A token used for advancing to the next page of results from your get blueprints request.
public GetBlueprintsResult withNextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get blueprints request.
nextPageToken
- A token used for advancing to the next page of results from your get blueprints request.public String toString()
toString
in class Object
Object.toString()
public GetBlueprintsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.