@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFleetLocationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateFleetLocationsResult() |
Modifier and Type | Method and Description |
---|---|
CreateFleetLocationsResult |
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 with new locations.
|
List<LocationState> |
getLocationStates()
The remote locations that are being added to the fleet, and the life-cycle status of each location.
|
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 with new locations.
|
void |
setLocationStates(Collection<LocationState> locationStates)
The remote locations that are being added to the fleet, and the life-cycle status of each location.
|
String |
toString()
Returns a string representation of this object.
|
CreateFleetLocationsResult |
withFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.
|
CreateFleetLocationsResult |
withFleetId(String fleetId)
A unique identifier for the fleet that was updated with new locations.
|
CreateFleetLocationsResult |
withLocationStates(Collection<LocationState> locationStates)
The remote locations that are being added to the fleet, and the life-cycle status of each location.
|
CreateFleetLocationsResult |
withLocationStates(LocationState... locationStates)
The remote locations that are being added to the fleet, and the life-cycle status of each location.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFleetId(String fleetId)
A unique identifier for the fleet that was updated with new locations.
fleetId
- A unique identifier for the fleet that was updated with new locations.public String getFleetId()
A unique identifier for the fleet that was updated with new locations.
public CreateFleetLocationsResult withFleetId(String fleetId)
A unique identifier for the fleet that was updated with new locations.
fleetId
- A unique identifier for the fleet that was updated with new locations.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 CreateFleetLocationsResult 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 List<LocationState> getLocationStates()
The remote locations that are being added to the fleet, and the life-cycle status of each location. For new
locations, the status is set to NEW
. During location creation, Amazon GameLift updates each
location's status as instances are deployed there and prepared for game hosting. This list does not include the
fleet home Region or any remote locations that were already added to the fleet.
NEW
. During location creation, Amazon GameLift updates
each location's status as instances are deployed there and prepared for game hosting. This list does not
include the fleet home Region or any remote locations that were already added to the fleet.public void setLocationStates(Collection<LocationState> locationStates)
The remote locations that are being added to the fleet, and the life-cycle status of each location. For new
locations, the status is set to NEW
. During location creation, Amazon GameLift updates each
location's status as instances are deployed there and prepared for game hosting. This list does not include the
fleet home Region or any remote locations that were already added to the fleet.
locationStates
- The remote locations that are being added to the fleet, and the life-cycle status of each location. For
new locations, the status is set to NEW
. During location creation, Amazon GameLift updates
each location's status as instances are deployed there and prepared for game hosting. This list does not
include the fleet home Region or any remote locations that were already added to the fleet.public CreateFleetLocationsResult withLocationStates(LocationState... locationStates)
The remote locations that are being added to the fleet, and the life-cycle status of each location. For new
locations, the status is set to NEW
. During location creation, Amazon GameLift updates each
location's status as instances are deployed there and prepared for game hosting. This list does not include the
fleet home Region or any remote locations that were already added to the fleet.
NOTE: This method appends the values to the existing list (if any). Use
setLocationStates(java.util.Collection)
or withLocationStates(java.util.Collection)
if you want
to override the existing values.
locationStates
- The remote locations that are being added to the fleet, and the life-cycle status of each location. For
new locations, the status is set to NEW
. During location creation, Amazon GameLift updates
each location's status as instances are deployed there and prepared for game hosting. This list does not
include the fleet home Region or any remote locations that were already added to the fleet.public CreateFleetLocationsResult withLocationStates(Collection<LocationState> locationStates)
The remote locations that are being added to the fleet, and the life-cycle status of each location. For new
locations, the status is set to NEW
. During location creation, Amazon GameLift updates each
location's status as instances are deployed there and prepared for game hosting. This list does not include the
fleet home Region or any remote locations that were already added to the fleet.
locationStates
- The remote locations that are being added to the fleet, and the life-cycle status of each location. For
new locations, the status is set to NEW
. During location creation, Amazon GameLift updates
each location's status as instances are deployed there and prepared for game hosting. This list does not
include the fleet home Region or any remote locations that were already added to the fleet.public String toString()
toString
in class Object
Object.toString()
public CreateFleetLocationsResult clone()