public class AddInstanceGroupsResult
extends java.lang.Object
implements java.io.Serializable
Output from an AddInstanceGroups call.
| コンストラクタと説明 |
|---|
AddInstanceGroupsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object