@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBlueprintRunsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetBlueprintRunsResult() |
Modifier and Type | Method and Description |
---|---|
GetBlueprintRunsResult |
clone() |
boolean |
equals(Object obj) |
List<BlueprintRun> |
getBlueprintRuns()
Returns a list of
BlueprintRun objects. |
String |
getNextToken()
A continuation token, if not all blueprint runs have been returned.
|
int |
hashCode() |
void |
setBlueprintRuns(Collection<BlueprintRun> blueprintRuns)
Returns a list of
BlueprintRun objects. |
void |
setNextToken(String nextToken)
A continuation token, if not all blueprint runs have been returned.
|
String |
toString()
Returns a string representation of this object.
|
GetBlueprintRunsResult |
withBlueprintRuns(BlueprintRun... blueprintRuns)
Returns a list of
BlueprintRun objects. |
GetBlueprintRunsResult |
withBlueprintRuns(Collection<BlueprintRun> blueprintRuns)
Returns a list of
BlueprintRun objects. |
GetBlueprintRunsResult |
withNextToken(String nextToken)
A continuation token, if not all blueprint runs have been returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BlueprintRun> getBlueprintRuns()
Returns a list of BlueprintRun
objects.
BlueprintRun
objects.public void setBlueprintRuns(Collection<BlueprintRun> blueprintRuns)
Returns a list of BlueprintRun
objects.
blueprintRuns
- Returns a list of BlueprintRun
objects.public GetBlueprintRunsResult withBlueprintRuns(BlueprintRun... blueprintRuns)
Returns a list of BlueprintRun
objects.
NOTE: This method appends the values to the existing list (if any). Use
setBlueprintRuns(java.util.Collection)
or withBlueprintRuns(java.util.Collection)
if you want
to override the existing values.
blueprintRuns
- Returns a list of BlueprintRun
objects.public GetBlueprintRunsResult withBlueprintRuns(Collection<BlueprintRun> blueprintRuns)
Returns a list of BlueprintRun
objects.
blueprintRuns
- Returns a list of BlueprintRun
objects.public void setNextToken(String nextToken)
A continuation token, if not all blueprint runs have been returned.
nextToken
- A continuation token, if not all blueprint runs have been returned.public String getNextToken()
A continuation token, if not all blueprint runs have been returned.
public GetBlueprintRunsResult withNextToken(String nextToken)
A continuation token, if not all blueprint runs have been returned.
nextToken
- A continuation token, if not all blueprint runs have been returned.public String toString()
toString
in class Object
Object.toString()
public GetBlueprintRunsResult clone()