@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLaunchConfigurationTemplatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLaunchConfigurationTemplatesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLaunchConfigurationTemplatesResult |
clone() |
boolean |
equals(Object obj) |
List<LaunchConfigurationTemplate> |
getItems()
List of items returned by DescribeLaunchConfigurationTemplates.
|
String |
getNextToken()
The token of the next Launch Configuration Template to retrieve.
|
int |
hashCode() |
void |
setItems(Collection<LaunchConfigurationTemplate> items)
List of items returned by DescribeLaunchConfigurationTemplates.
|
void |
setNextToken(String nextToken)
The token of the next Launch Configuration Template to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLaunchConfigurationTemplatesResult |
withItems(Collection<LaunchConfigurationTemplate> items)
List of items returned by DescribeLaunchConfigurationTemplates.
|
DescribeLaunchConfigurationTemplatesResult |
withItems(LaunchConfigurationTemplate... items)
List of items returned by DescribeLaunchConfigurationTemplates.
|
DescribeLaunchConfigurationTemplatesResult |
withNextToken(String nextToken)
The token of the next Launch Configuration Template to retrieve.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeLaunchConfigurationTemplatesResult()
public List<LaunchConfigurationTemplate> getItems()
List of items returned by DescribeLaunchConfigurationTemplates.
public void setItems(Collection<LaunchConfigurationTemplate> items)
List of items returned by DescribeLaunchConfigurationTemplates.
items
- List of items returned by DescribeLaunchConfigurationTemplates.public DescribeLaunchConfigurationTemplatesResult withItems(LaunchConfigurationTemplate... items)
List of items returned by DescribeLaunchConfigurationTemplates.
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
- List of items returned by DescribeLaunchConfigurationTemplates.public DescribeLaunchConfigurationTemplatesResult withItems(Collection<LaunchConfigurationTemplate> items)
List of items returned by DescribeLaunchConfigurationTemplates.
items
- List of items returned by DescribeLaunchConfigurationTemplates.public void setNextToken(String nextToken)
The token of the next Launch Configuration Template to retrieve.
nextToken
- The token of the next Launch Configuration Template to retrieve.public String getNextToken()
The token of the next Launch Configuration Template to retrieve.
public DescribeLaunchConfigurationTemplatesResult withNextToken(String nextToken)
The token of the next Launch Configuration Template to retrieve.
nextToken
- The token of the next Launch Configuration Template to retrieve.public String toString()
toString
in class Object
Object.toString()
public DescribeLaunchConfigurationTemplatesResult clone()