public class RunScheduledInstancesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of RunScheduledInstances.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
instanceIdSet
The IDs of the newly launched instances.
|
Constructor and Description |
---|
RunScheduledInstancesResult() |
Modifier and Type | Method and Description |
---|---|
RunScheduledInstancesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getInstanceIdSet()
The IDs of the newly launched instances.
|
int |
hashCode() |
void |
setInstanceIdSet(java.util.Collection<java.lang.String> instanceIdSet)
The IDs of the newly launched instances.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RunScheduledInstancesResult |
withInstanceIdSet(java.util.Collection<java.lang.String> instanceIdSet)
The IDs of the newly launched instances.
|
RunScheduledInstancesResult |
withInstanceIdSet(java.lang.String... instanceIdSet)
The IDs of the newly launched instances.
|
private SdkInternalList<java.lang.String> instanceIdSet
The IDs of the newly launched instances.
public java.util.List<java.lang.String> getInstanceIdSet()
The IDs of the newly launched instances.
public void setInstanceIdSet(java.util.Collection<java.lang.String> instanceIdSet)
The IDs of the newly launched instances.
instanceIdSet
- The IDs of the newly launched instances.public RunScheduledInstancesResult withInstanceIdSet(java.lang.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(java.util.Collection<java.lang.String> instanceIdSet)
The IDs of the newly launched instances.
instanceIdSet
- The IDs of the newly launched instances.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RunScheduledInstancesResult clone()
clone
in class java.lang.Object