@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddInstanceFleetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
AddInstanceFleetResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
AddInstanceFleetResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getClusterArn()
 The Amazon Resource Name of the cluster. 
 | 
String | 
getClusterId()
 The unique identifier of the cluster. 
 | 
String | 
getInstanceFleetId()
 The unique identifier of the instance fleet. 
 | 
int | 
hashCode()  | 
void | 
setClusterArn(String clusterArn)
 The Amazon Resource Name of the cluster. 
 | 
void | 
setClusterId(String clusterId)
 The unique identifier of the cluster. 
 | 
void | 
setInstanceFleetId(String instanceFleetId)
 The unique identifier of the instance fleet. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
AddInstanceFleetResult | 
withClusterArn(String clusterArn)
 The Amazon Resource Name of the cluster. 
 | 
AddInstanceFleetResult | 
withClusterId(String clusterId)
 The unique identifier of the cluster. 
 | 
AddInstanceFleetResult | 
withInstanceFleetId(String instanceFleetId)
 The unique identifier of the instance fleet. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setClusterId(String clusterId)
The unique identifier of the cluster.
clusterId - The unique identifier of the cluster.public String getClusterId()
The unique identifier of the cluster.
public AddInstanceFleetResult withClusterId(String clusterId)
The unique identifier of the cluster.
clusterId - The unique identifier of the cluster.public void setInstanceFleetId(String instanceFleetId)
The unique identifier of the instance fleet.
instanceFleetId - The unique identifier of the instance fleet.public String getInstanceFleetId()
The unique identifier of the instance fleet.
public AddInstanceFleetResult withInstanceFleetId(String instanceFleetId)
The unique identifier of the instance fleet.
instanceFleetId - The unique identifier of the instance fleet.public void setClusterArn(String clusterArn)
The Amazon Resource Name of the cluster.
clusterArn - The Amazon Resource Name of the cluster.public String getClusterArn()
The Amazon Resource Name of the cluster.
public AddInstanceFleetResult withClusterArn(String clusterArn)
The Amazon Resource Name of the cluster.
clusterArn - The Amazon Resource Name of the cluster.public String toString()
toString in class ObjectObject.toString()public AddInstanceFleetResult clone()