@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RunScheduledInstancesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of RunScheduledInstances.
Constructor and Description |
---|
RunScheduledInstancesResult() |
Modifier and Type | Method and Description |
---|---|
RunScheduledInstancesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getInstanceIdSet()
The IDs of the newly launched instances.
|
int |
hashCode() |
void |
setInstanceIdSet(Collection<String> instanceIdSet)
The IDs of the newly launched instances.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RunScheduledInstancesResult |
withInstanceIdSet(Collection<String> instanceIdSet)
The IDs of the newly launched instances.
|
RunScheduledInstancesResult |
withInstanceIdSet(String... instanceIdSet)
The IDs of the newly launched instances.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getInstanceIdSet()
The IDs of the newly launched instances.
public void setInstanceIdSet(Collection<String> instanceIdSet)
The IDs of the newly launched instances.
instanceIdSet
- The IDs of the newly launched instances.public RunScheduledInstancesResult withInstanceIdSet(String... instanceIdSet)
The IDs of the newly launched instances.
NOTE: This method appends the values to the existing list (if any). Use
setInstanceIdSet(java.util.Collection)
or withInstanceIdSet(java.util.Collection)
if you want
to override the existing values.
instanceIdSet
- The IDs of the newly launched instances.public RunScheduledInstancesResult withInstanceIdSet(Collection<String> instanceIdSet)
The IDs of the newly launched instances.
instanceIdSet
- The IDs of the newly launched instances.public String toString()
toString
in class Object
Object.toString()
public RunScheduledInstancesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.