|
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(Object obj)
|
List<String> |
getInstanceGroupIds()
Instance group IDs of the newly created instance groups. |
String |
getJobFlowId()
The job flow ID in which the instance groups are added. |
int |
hashCode()
|
void |
setInstanceGroupIds(Collection<String> instanceGroupIds)
Instance group IDs of the newly created instance groups. |
void |
setJobFlowId(String jobFlowId)
The job flow ID in which the instance groups are added. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
AddInstanceGroupsResult |
withInstanceGroupIds(Collection<String> instanceGroupIds)
Instance group IDs of the newly created instance groups. |
AddInstanceGroupsResult |
withInstanceGroupIds(String... instanceGroupIds)
Instance group IDs of the newly created instance groups. |
AddInstanceGroupsResult |
withJobFlowId(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 String getJobFlowId()
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
public void setJobFlowId(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(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 List<String> getInstanceGroupIds()
public void setInstanceGroupIds(Collection<String> instanceGroupIds)
instanceGroupIds
- Instance group IDs of the newly created instance groups.public AddInstanceGroupsResult withInstanceGroupIds(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(Collection<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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |