@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFleetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateFleetResult() |
Modifier and Type | Method and Description |
---|---|
CreateFleetResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the created fleet.
|
String |
getId()
The ID of the created fleet.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the created fleet.
|
void |
setId(String id)
The ID of the created fleet.
|
String |
toString()
Returns a string representation of this object.
|
CreateFleetResult |
withArn(String arn)
The ARN of the created fleet.
|
CreateFleetResult |
withId(String id)
The ID of the created fleet.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The ID of the created fleet.
id
- The ID of the created fleet.public String getId()
The ID of the created fleet.
public CreateFleetResult withId(String id)
The ID of the created fleet.
id
- The ID of the created fleet.public void setArn(String arn)
The ARN of the created fleet.
arn
- The ARN of the created fleet.public String getArn()
The ARN of the created fleet.
public CreateFleetResult withArn(String arn)
The ARN of the created fleet.
arn
- The ARN of the created fleet.public String toString()
toString
in class Object
Object.toString()
public CreateFleetResult clone()