public class RunScheduledInstancesResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of RunScheduledInstances.
Constructor and Description |
---|
RunScheduledInstancesResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public java.util.List<java.lang.String> getInstanceIdSet()
public void setInstanceIdSet(java.util.Collection<java.lang.String> instanceIdSet)
instanceIdSet
- The IDs of the newly launched instances.public RunScheduledInstancesResult withInstanceIdSet(java.lang.String... instanceIdSet)
Returns a reference to this object so that method calls can be chained together.
instanceIdSet
- The IDs of the newly launched instances.public RunScheduledInstancesResult withInstanceIdSet(java.util.Collection<java.lang.String> instanceIdSet)
Returns a reference to this object so that method calls can be chained together.
instanceIdSet
- The IDs of the newly launched instances.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.