@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFleetLocationAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFleetLocationAttributesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFleetLocationAttributesResult |
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 location attributes were requested for.
|
List<LocationAttributes> |
getLocationAttributes()
Location-specific information on the requested fleet's remote locations.
|
String |
getNextToken()
A token that indicates where to resume retrieving results on the next call to this operation.
|
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 location attributes were requested for.
|
void |
setLocationAttributes(Collection<LocationAttributes> locationAttributes)
Location-specific information on the requested fleet's remote locations.
|
void |
setNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFleetLocationAttributesResult |
withFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.
|
DescribeFleetLocationAttributesResult |
withFleetId(String fleetId)
A unique identifier for the fleet that location attributes were requested for.
|
DescribeFleetLocationAttributesResult |
withLocationAttributes(Collection<LocationAttributes> locationAttributes)
Location-specific information on the requested fleet's remote locations.
|
DescribeFleetLocationAttributesResult |
withLocationAttributes(LocationAttributes... locationAttributes)
Location-specific information on the requested fleet's remote locations.
|
DescribeFleetLocationAttributesResult |
withNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeFleetLocationAttributesResult()
public void setFleetId(String fleetId)
A unique identifier for the fleet that location attributes were requested for.
fleetId
- A unique identifier for the fleet that location attributes were requested for.public String getFleetId()
A unique identifier for the fleet that location attributes were requested for.
public DescribeFleetLocationAttributesResult withFleetId(String fleetId)
A unique identifier for the fleet that location attributes were requested for.
fleetId
- A unique identifier for the fleet that location attributes were requested for.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 DescribeFleetLocationAttributesResult 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<LocationAttributes> getLocationAttributes()
Location-specific information on the requested fleet's remote locations.
public void setLocationAttributes(Collection<LocationAttributes> locationAttributes)
Location-specific information on the requested fleet's remote locations.
locationAttributes
- Location-specific information on the requested fleet's remote locations.public DescribeFleetLocationAttributesResult withLocationAttributes(LocationAttributes... locationAttributes)
Location-specific information on the requested fleet's remote locations.
NOTE: This method appends the values to the existing list (if any). Use
setLocationAttributes(java.util.Collection)
or withLocationAttributes(java.util.Collection)
if
you want to override the existing values.
locationAttributes
- Location-specific information on the requested fleet's remote locations.public DescribeFleetLocationAttributesResult withLocationAttributes(Collection<LocationAttributes> locationAttributes)
Location-specific information on the requested fleet's remote locations.
locationAttributes
- Location-specific information on the requested fleet's remote locations.public void setNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
nextToken
- A token that indicates where to resume retrieving results on the next call to this operation. If no token
is returned, these results represent the end of the list.public String getNextToken()
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
public DescribeFleetLocationAttributesResult withNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
nextToken
- A token that indicates where to resume retrieving results on the next call to this operation. If no token
is returned, these results represent the end of the list.public String toString()
toString
in class Object
Object.toString()
public DescribeFleetLocationAttributesResult clone()