@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFleetCapacityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateFleetCapacityResult() |
Modifier and Type | Method and Description |
---|---|
UpdateFleetCapacityResult |
clone() |
boolean |
equals(Object obj) |
String |
getFleetArn()
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.
|
String |
getFleetId()
A unique identifier for the fleet that was updated.
|
String |
getLocation()
The remote location being updated, expressed as an Amazon Web Services Region code, such as
us-west-2 . |
int |
hashCode() |
void |
setFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.
|
void |
setFleetId(String fleetId)
A unique identifier for the fleet that was updated.
|
void |
setLocation(String location)
The remote location being updated, expressed as an Amazon Web Services Region code, such as
us-west-2 . |
String |
toString()
Returns a string representation of this object.
|
UpdateFleetCapacityResult |
withFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.
|
UpdateFleetCapacityResult |
withFleetId(String fleetId)
A unique identifier for the fleet that was updated.
|
UpdateFleetCapacityResult |
withLocation(String location)
The remote location being updated, expressed as an Amazon Web Services Region code, such as
us-west-2 . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFleetId(String fleetId)
A unique identifier for the fleet that was updated.
fleetId
- A unique identifier for the fleet that was updated.public String getFleetId()
A unique identifier for the fleet that was updated.
public UpdateFleetCapacityResult withFleetId(String fleetId)
A unique identifier for the fleet that was updated.
fleetId
- A unique identifier for the fleet that was updated.public void setFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all
Regions. Format is arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
fleetArn
- The Amazon Resource Name (ARN) that is assigned to a
Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.public String getFleetArn()
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all
Regions. Format is arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.public UpdateFleetCapacityResult withFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all
Regions. Format is arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
fleetArn
- The Amazon Resource Name (ARN) that is assigned to a
Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.public void setLocation(String location)
The remote location being updated, expressed as an Amazon Web Services Region code, such as
us-west-2
.
location
- The remote location being updated, expressed as an Amazon Web Services Region code, such as
us-west-2
.public String getLocation()
The remote location being updated, expressed as an Amazon Web Services Region code, such as
us-west-2
.
us-west-2
.public UpdateFleetCapacityResult withLocation(String location)
The remote location being updated, expressed as an Amazon Web Services Region code, such as
us-west-2
.
location
- The remote location being updated, expressed as an Amazon Web Services Region code, such as
us-west-2
.public String toString()
toString
in class Object
Object.toString()
public UpdateFleetCapacityResult clone()