@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetBlueprintsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchGetBlueprintsResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetBlueprintsResult |
clone() |
boolean |
equals(Object obj) |
List<Blueprint> |
getBlueprints()
Returns a list of blueprint as a
Blueprints object. |
List<String> |
getMissingBlueprints()
Returns a list of
BlueprintNames that were not found. |
int |
hashCode() |
void |
setBlueprints(Collection<Blueprint> blueprints)
Returns a list of blueprint as a
Blueprints object. |
void |
setMissingBlueprints(Collection<String> missingBlueprints)
Returns a list of
BlueprintNames that were not found. |
String |
toString()
Returns a string representation of this object.
|
BatchGetBlueprintsResult |
withBlueprints(Blueprint... blueprints)
Returns a list of blueprint as a
Blueprints object. |
BatchGetBlueprintsResult |
withBlueprints(Collection<Blueprint> blueprints)
Returns a list of blueprint as a
Blueprints object. |
BatchGetBlueprintsResult |
withMissingBlueprints(Collection<String> missingBlueprints)
Returns a list of
BlueprintNames that were not found. |
BatchGetBlueprintsResult |
withMissingBlueprints(String... missingBlueprints)
Returns a list of
BlueprintNames that were not found. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Blueprint> getBlueprints()
Returns a list of blueprint as a Blueprints object.
Blueprints object.public void setBlueprints(Collection<Blueprint> blueprints)
Returns a list of blueprint as a Blueprints object.
blueprints - Returns a list of blueprint as a Blueprints object.public BatchGetBlueprintsResult withBlueprints(Blueprint... blueprints)
Returns a list of blueprint as a Blueprints object.
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 - Returns a list of blueprint as a Blueprints object.public BatchGetBlueprintsResult withBlueprints(Collection<Blueprint> blueprints)
Returns a list of blueprint as a Blueprints object.
blueprints - Returns a list of blueprint as a Blueprints object.public List<String> getMissingBlueprints()
Returns a list of BlueprintNames that were not found.
BlueprintNames that were not found.public void setMissingBlueprints(Collection<String> missingBlueprints)
Returns a list of BlueprintNames that were not found.
missingBlueprints - Returns a list of BlueprintNames that were not found.public BatchGetBlueprintsResult withMissingBlueprints(String... missingBlueprints)
Returns a list of BlueprintNames that were not found.
NOTE: This method appends the values to the existing list (if any). Use
setMissingBlueprints(java.util.Collection) or withMissingBlueprints(java.util.Collection) if
you want to override the existing values.
missingBlueprints - Returns a list of BlueprintNames that were not found.public BatchGetBlueprintsResult withMissingBlueprints(Collection<String> missingBlueprints)
Returns a list of BlueprintNames that were not found.
missingBlueprints - Returns a list of BlueprintNames that were not found.public String toString()
toString in class ObjectObject.toString()public BatchGetBlueprintsResult clone()