@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEnvironmentBlueprintsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListEnvironmentBlueprintsResult() |
Modifier and Type | Method and Description |
---|---|
ListEnvironmentBlueprintsResult |
clone() |
boolean |
equals(Object obj) |
List<EnvironmentBlueprintSummary> |
getItems()
The results of the
ListEnvironmentBlueprints action. |
String |
getNextToken()
When the number of blueprints in the environment is greater than the default value for the
MaxResults parameter, or if you explicitly specify a value for MaxResults that is less
than the number of blueprints in the environment, the response includes a pagination token named
NextToken . |
int |
hashCode() |
void |
setItems(Collection<EnvironmentBlueprintSummary> items)
The results of the
ListEnvironmentBlueprints action. |
void |
setNextToken(String nextToken)
When the number of blueprints in the environment is greater than the default value for the
MaxResults parameter, or if you explicitly specify a value for MaxResults that is less
than the number of blueprints in the environment, the response includes a pagination token named
NextToken . |
String |
toString()
Returns a string representation of this object.
|
ListEnvironmentBlueprintsResult |
withItems(Collection<EnvironmentBlueprintSummary> items)
The results of the
ListEnvironmentBlueprints action. |
ListEnvironmentBlueprintsResult |
withItems(EnvironmentBlueprintSummary... items)
The results of the
ListEnvironmentBlueprints action. |
ListEnvironmentBlueprintsResult |
withNextToken(String nextToken)
When the number of blueprints in the environment is greater than the default value for the
MaxResults parameter, or if you explicitly specify a value for MaxResults that is less
than the number of blueprints in the environment, the response includes a pagination token named
NextToken . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EnvironmentBlueprintSummary> getItems()
The results of the ListEnvironmentBlueprints
action.
ListEnvironmentBlueprints
action.public void setItems(Collection<EnvironmentBlueprintSummary> items)
The results of the ListEnvironmentBlueprints
action.
items
- The results of the ListEnvironmentBlueprints
action.public ListEnvironmentBlueprintsResult withItems(EnvironmentBlueprintSummary... items)
The results of the ListEnvironmentBlueprints
action.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- The results of the ListEnvironmentBlueprints
action.public ListEnvironmentBlueprintsResult withItems(Collection<EnvironmentBlueprintSummary> items)
The results of the ListEnvironmentBlueprints
action.
items
- The results of the ListEnvironmentBlueprints
action.public void setNextToken(String nextToken)
When the number of blueprints in the environment is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less
than the number of blueprints in the environment, the response includes a pagination token named
NextToken
. You can specify this NextToken
value in a subsequent call to
ListEnvironmentBlueprints
to list the next set of blueprints.
nextToken
- When the number of blueprints in the environment is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value for MaxResults
that
is less than the number of blueprints in the environment, the response includes a pagination token named
NextToken
. You can specify this NextToken
value in a subsequent call to
ListEnvironmentBlueprints
to list the next set of blueprints.public String getNextToken()
When the number of blueprints in the environment is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less
than the number of blueprints in the environment, the response includes a pagination token named
NextToken
. You can specify this NextToken
value in a subsequent call to
ListEnvironmentBlueprints
to list the next set of blueprints.
MaxResults
parameter, or if you explicitly specify a value for MaxResults
that
is less than the number of blueprints in the environment, the response includes a pagination token named
NextToken
. You can specify this NextToken
value in a subsequent call to
ListEnvironmentBlueprints
to list the next set of blueprints.public ListEnvironmentBlueprintsResult withNextToken(String nextToken)
When the number of blueprints in the environment is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less
than the number of blueprints in the environment, the response includes a pagination token named
NextToken
. You can specify this NextToken
value in a subsequent call to
ListEnvironmentBlueprints
to list the next set of blueprints.
nextToken
- When the number of blueprints in the environment is greater than the default value for the
MaxResults
parameter, or if you explicitly specify a value for MaxResults
that
is less than the number of blueprints in the environment, the response includes a pagination token named
NextToken
. You can specify this NextToken
value in a subsequent call to
ListEnvironmentBlueprints
to list the next set of blueprints.public String toString()
toString
in class Object
Object.toString()
public ListEnvironmentBlueprintsResult clone()