@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterComputeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RegisterComputeRequest() |
| Modifier and Type | Method and Description |
|---|---|
RegisterComputeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCertificatePath()
The path to the TLS certificate on your compute resource.
|
String |
getComputeName()
A descriptive label that is associated with the compute resource registered to your fleet.
|
String |
getDnsName()
The DNS name of the compute resource.
|
String |
getFleetId()
A unique identifier for the fleet to register the compute to.
|
String |
getIpAddress()
The IP address of the compute resource.
|
String |
getLocation()
The name of the custom location you added to the fleet you are registering this compute resource to.
|
int |
hashCode() |
void |
setCertificatePath(String certificatePath)
The path to the TLS certificate on your compute resource.
|
void |
setComputeName(String computeName)
A descriptive label that is associated with the compute resource registered to your fleet.
|
void |
setDnsName(String dnsName)
The DNS name of the compute resource.
|
void |
setFleetId(String fleetId)
A unique identifier for the fleet to register the compute to.
|
void |
setIpAddress(String ipAddress)
The IP address of the compute resource.
|
void |
setLocation(String location)
The name of the custom location you added to the fleet you are registering this compute resource to.
|
String |
toString()
Returns a string representation of this object.
|
RegisterComputeRequest |
withCertificatePath(String certificatePath)
The path to the TLS certificate on your compute resource.
|
RegisterComputeRequest |
withComputeName(String computeName)
A descriptive label that is associated with the compute resource registered to your fleet.
|
RegisterComputeRequest |
withDnsName(String dnsName)
The DNS name of the compute resource.
|
RegisterComputeRequest |
withFleetId(String fleetId)
A unique identifier for the fleet to register the compute to.
|
RegisterComputeRequest |
withIpAddress(String ipAddress)
The IP address of the compute resource.
|
RegisterComputeRequest |
withLocation(String location)
The name of the custom location you added to the fleet you are registering this compute resource to.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setFleetId(String fleetId)
A unique identifier for the fleet to register the compute to. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet to register the compute to. You can use either the fleet ID or ARN
value.public String getFleetId()
A unique identifier for the fleet to register the compute to. You can use either the fleet ID or ARN value.
public RegisterComputeRequest withFleetId(String fleetId)
A unique identifier for the fleet to register the compute to. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet to register the compute to. You can use either the fleet ID or ARN
value.public void setComputeName(String computeName)
A descriptive label that is associated with the compute resource registered to your fleet.
computeName - A descriptive label that is associated with the compute resource registered to your fleet.public String getComputeName()
A descriptive label that is associated with the compute resource registered to your fleet.
public RegisterComputeRequest withComputeName(String computeName)
A descriptive label that is associated with the compute resource registered to your fleet.
computeName - A descriptive label that is associated with the compute resource registered to your fleet.public void setCertificatePath(String certificatePath)
The path to the TLS certificate on your compute resource. The path and certificate are not validated by Amazon GameLift.
certificatePath - The path to the TLS certificate on your compute resource. The path and certificate are not validated by
Amazon GameLift.public String getCertificatePath()
The path to the TLS certificate on your compute resource. The path and certificate are not validated by Amazon GameLift.
public RegisterComputeRequest withCertificatePath(String certificatePath)
The path to the TLS certificate on your compute resource. The path and certificate are not validated by Amazon GameLift.
certificatePath - The path to the TLS certificate on your compute resource. The path and certificate are not validated by
Amazon GameLift.public void setDnsName(String dnsName)
The DNS name of the compute resource. Amazon GameLift requires the DNS name or IP address to manage your compute resource.
dnsName - The DNS name of the compute resource. Amazon GameLift requires the DNS name or IP address to manage your
compute resource.public String getDnsName()
The DNS name of the compute resource. Amazon GameLift requires the DNS name or IP address to manage your compute resource.
public RegisterComputeRequest withDnsName(String dnsName)
The DNS name of the compute resource. Amazon GameLift requires the DNS name or IP address to manage your compute resource.
dnsName - The DNS name of the compute resource. Amazon GameLift requires the DNS name or IP address to manage your
compute resource.public void setIpAddress(String ipAddress)
The IP address of the compute resource. Amazon GameLift requires the DNS name or IP address to manage your compute resource.
ipAddress - The IP address of the compute resource. Amazon GameLift requires the DNS name or IP address to manage your
compute resource.public String getIpAddress()
The IP address of the compute resource. Amazon GameLift requires the DNS name or IP address to manage your compute resource.
public RegisterComputeRequest withIpAddress(String ipAddress)
The IP address of the compute resource. Amazon GameLift requires the DNS name or IP address to manage your compute resource.
ipAddress - The IP address of the compute resource. Amazon GameLift requires the DNS name or IP address to manage your
compute resource.public void setLocation(String location)
The name of the custom location you added to the fleet you are registering this compute resource to.
location - The name of the custom location you added to the fleet you are registering this compute resource to.public String getLocation()
The name of the custom location you added to the fleet you are registering this compute resource to.
public RegisterComputeRequest withLocation(String location)
The name of the custom location you added to the fleet you are registering this compute resource to.
location - The name of the custom location you added to the fleet you are registering this compute resource to.public String toString()
toString in class ObjectObject.toString()public RegisterComputeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.