|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.AddInstanceGroupsResult
public class AddInstanceGroupsResult
Output from an AddInstanceGroups call.
| Constructor Summary | |
|---|---|
AddInstanceGroupsResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<java.lang.String> |
getInstanceGroupIds()
Instance group IDs of the newly created instance groups. |
java.lang.String |
getJobFlowId()
The job flow ID in which the instance groups are added. |
int |
hashCode()
|
void |
setInstanceGroupIds(java.util.Collection<java.lang.String> instanceGroupIds)
Instance group IDs of the newly created instance groups. |
void |
setJobFlowId(java.lang.String jobFlowId)
The job flow ID in which the instance groups are added. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
AddInstanceGroupsResult |
withInstanceGroupIds(java.util.Collection<java.lang.String> instanceGroupIds)
Instance group IDs of the newly created instance groups. |
AddInstanceGroupsResult |
withInstanceGroupIds(java.lang.String... instanceGroupIds)
Instance group IDs of the newly created instance groups. |
AddInstanceGroupsResult |
withJobFlowId(java.lang.String jobFlowId)
The job flow ID in which the instance groups are added. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AddInstanceGroupsResult()
| Method Detail |
|---|
public java.lang.String getJobFlowId()
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
public void setJobFlowId(java.lang.String jobFlowId)
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
jobFlowId - The job flow ID in which the instance groups are added.public AddInstanceGroupsResult withJobFlowId(java.lang.String jobFlowId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
jobFlowId - The job flow ID in which the instance groups are added.
public java.util.List<java.lang.String> getInstanceGroupIds()
public void setInstanceGroupIds(java.util.Collection<java.lang.String> instanceGroupIds)
instanceGroupIds - Instance group IDs of the newly created instance groups.public AddInstanceGroupsResult withInstanceGroupIds(java.lang.String... instanceGroupIds)
Returns a reference to this object so that method calls can be chained together.
instanceGroupIds - Instance group IDs of the newly created instance groups.
public AddInstanceGroupsResult withInstanceGroupIds(java.util.Collection<java.lang.String> instanceGroupIds)
Returns a reference to this object so that method calls can be chained together.
instanceGroupIds - Instance group IDs of the newly created instance groups.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||