@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetComputeAccessResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetComputeAccessResult() |
Modifier and Type | Method and Description |
---|---|
GetComputeAccessResult |
clone() |
boolean |
equals(Object obj) |
String |
getComputeArn()
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift compute resource and uniquely identifies it.
|
String |
getComputeName()
The name of the compute resource you requested credentials for.
|
Credentials |
getCredentials()
The access credentials for the compute resource.
|
String |
getFleetArn()
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.
|
String |
getFleetId()
The fleet ID of compute resource.
|
int |
hashCode() |
void |
setComputeArn(String computeArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift compute resource and uniquely identifies it.
|
void |
setComputeName(String computeName)
The name of the compute resource you requested credentials for.
|
void |
setCredentials(Credentials credentials)
The access credentials for the compute resource.
|
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)
The fleet ID of compute resource.
|
String |
toString()
Returns a string representation of this object.
|
GetComputeAccessResult |
withComputeArn(String computeArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift compute resource and uniquely identifies it.
|
GetComputeAccessResult |
withComputeName(String computeName)
The name of the compute resource you requested credentials for.
|
GetComputeAccessResult |
withCredentials(Credentials credentials)
The access credentials for the compute resource.
|
GetComputeAccessResult |
withFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.
|
GetComputeAccessResult |
withFleetId(String fleetId)
The fleet ID of compute resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFleetId(String fleetId)
The fleet ID of compute resource.
fleetId
- The fleet ID of compute resource.public String getFleetId()
The fleet ID of compute resource.
public GetComputeAccessResult withFleetId(String fleetId)
The fleet ID of compute resource.
fleetId
- The fleet ID of compute resource.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 GetComputeAccessResult 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 setComputeName(String computeName)
The name of the compute resource you requested credentials for.
computeName
- The name of the compute resource you requested credentials for.public String getComputeName()
The name of the compute resource you requested credentials for.
public GetComputeAccessResult withComputeName(String computeName)
The name of the compute resource you requested credentials for.
computeName
- The name of the compute resource you requested credentials for.public void setComputeArn(String computeArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift compute resource and uniquely identifies it. ARNs are unique across all
Regions. Format is
arn:aws:gamelift:<region>::compute/compute-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
computeArn
- The Amazon Resource Name (ARN) that is assigned to a
Amazon GameLift compute resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::compute/compute-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.public String getComputeArn()
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift compute resource and uniquely identifies it. ARNs are unique across all
Regions. Format is
arn:aws:gamelift:<region>::compute/compute-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
arn:aws:gamelift:<region>::compute/compute-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.public GetComputeAccessResult withComputeArn(String computeArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift compute resource and uniquely identifies it. ARNs are unique across all
Regions. Format is
arn:aws:gamelift:<region>::compute/compute-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
computeArn
- The Amazon Resource Name (ARN) that is assigned to a
Amazon GameLift compute resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::compute/compute-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.public void setCredentials(Credentials credentials)
The access credentials for the compute resource.
credentials
- The access credentials for the compute resource.public Credentials getCredentials()
The access credentials for the compute resource.
public GetComputeAccessResult withCredentials(Credentials credentials)
The access credentials for the compute resource.
credentials
- The access credentials for the compute resource.public String toString()
toString
in class Object
Object.toString()
public GetComputeAccessResult clone()