@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 | getClusterId()
 The unique identifier of the cluster. | 
| String | getInstanceFleetId()
 The unique identifier of the instance fleet. | 
| int | hashCode() | 
| 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; useful for testing and debugging. | 
| 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 String toString()
toString in class ObjectObject.toString()public AddInstanceFleetResult clone()
Copyright © 2018. All rights reserved.