@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. 
 | 
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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public RunScheduledInstancesResult clone()