@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEnvironmentBlueprintConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListEnvironmentBlueprintConfigurationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentBlueprintConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
List<EnvironmentBlueprintConfigurationItem> |
getItems()
The results of the
ListEnvironmentBlueprintConfigurations action. |
String |
getNextToken()
When the number of blueprint configurations 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
configurations, the response includes a pagination token named NextToken. |
int |
hashCode() |
void |
setItems(Collection<EnvironmentBlueprintConfigurationItem> items)
The results of the
ListEnvironmentBlueprintConfigurations action. |
void |
setNextToken(String nextToken)
When the number of blueprint configurations 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
configurations, the response includes a pagination token named NextToken. |
String |
toString()
Returns a string representation of this object.
|
ListEnvironmentBlueprintConfigurationsResult |
withItems(Collection<EnvironmentBlueprintConfigurationItem> items)
The results of the
ListEnvironmentBlueprintConfigurations action. |
ListEnvironmentBlueprintConfigurationsResult |
withItems(EnvironmentBlueprintConfigurationItem... items)
The results of the
ListEnvironmentBlueprintConfigurations action. |
ListEnvironmentBlueprintConfigurationsResult |
withNextToken(String nextToken)
When the number of blueprint configurations 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
configurations, the response includes a pagination token named NextToken. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListEnvironmentBlueprintConfigurationsResult()
public List<EnvironmentBlueprintConfigurationItem> getItems()
The results of the ListEnvironmentBlueprintConfigurations action.
ListEnvironmentBlueprintConfigurations action.public void setItems(Collection<EnvironmentBlueprintConfigurationItem> items)
The results of the ListEnvironmentBlueprintConfigurations action.
items - The results of the ListEnvironmentBlueprintConfigurations action.public ListEnvironmentBlueprintConfigurationsResult withItems(EnvironmentBlueprintConfigurationItem... items)
The results of the ListEnvironmentBlueprintConfigurations 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 ListEnvironmentBlueprintConfigurations action.public ListEnvironmentBlueprintConfigurationsResult withItems(Collection<EnvironmentBlueprintConfigurationItem> items)
The results of the ListEnvironmentBlueprintConfigurations action.
items - The results of the ListEnvironmentBlueprintConfigurations action.public void setNextToken(String nextToken)
When the number of blueprint configurations 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
configurations, the response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListEnvironmentBlueprintConfigurations to list
the next set of configurations.
nextToken - When the number of blueprint configurations 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 configurations, the response includes a pagination token named
NextToken. You can specify this NextToken value in a subsequent call to
ListEnvironmentBlueprintConfigurations to list the next set of configurations.public String getNextToken()
When the number of blueprint configurations 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
configurations, the response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListEnvironmentBlueprintConfigurations to list
the next set of configurations.
MaxResults parameter, or if you explicitly specify a value for MaxResults that
is less than the number of configurations, the response includes a pagination token named
NextToken. You can specify this NextToken value in a subsequent call to
ListEnvironmentBlueprintConfigurations to list the next set of configurations.public ListEnvironmentBlueprintConfigurationsResult withNextToken(String nextToken)
When the number of blueprint configurations 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
configurations, the response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListEnvironmentBlueprintConfigurations to list
the next set of configurations.
nextToken - When the number of blueprint configurations 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 configurations, the response includes a pagination token named
NextToken. You can specify this NextToken value in a subsequent call to
ListEnvironmentBlueprintConfigurations to list the next set of configurations.public String toString()
toString in class ObjectObject.toString()public ListEnvironmentBlueprintConfigurationsResult clone()
Copyright © 2023. All rights reserved.