@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCertificatePath()
The path to a TLS certificate on your compute resource.
|
String |
getComputeName()
A descriptive label for the compute resource.
|
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 a custom location to associate with the compute resource being registered.
|
int |
hashCode() |
void |
setCertificatePath(String certificatePath)
The path to a TLS certificate on your compute resource.
|
void |
setComputeName(String computeName)
A descriptive label for the compute resource.
|
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 a custom location to associate with the compute resource being registered.
|
String |
toString()
Returns a string representation of this object.
|
RegisterComputeRequest |
withCertificatePath(String certificatePath)
The path to a TLS certificate on your compute resource.
|
RegisterComputeRequest |
withComputeName(String computeName)
A descriptive label for the compute resource.
|
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 a custom location to associate with the compute resource being registered.
|
addHandlerContext, 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, withSdkRequestTimeout
public 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 for the compute resource.
computeName
- A descriptive label for the compute resource.public String getComputeName()
A descriptive label for the compute resource.
public RegisterComputeRequest withComputeName(String computeName)
A descriptive label for the compute resource.
computeName
- A descriptive label for the compute resource.public void setCertificatePath(String certificatePath)
The path to a TLS certificate on your compute resource. Amazon GameLift doesn't validate the path and certificate.
certificatePath
- The path to a TLS certificate on your compute resource. Amazon GameLift doesn't validate the path and
certificate.public String getCertificatePath()
The path to a TLS certificate on your compute resource. Amazon GameLift doesn't validate the path and certificate.
public RegisterComputeRequest withCertificatePath(String certificatePath)
The path to a TLS certificate on your compute resource. Amazon GameLift doesn't validate the path and certificate.
certificatePath
- The path to a TLS certificate on your compute resource. Amazon GameLift doesn't validate the path and
certificate.public void setDnsName(String dnsName)
The DNS name of the compute resource. Amazon GameLift requires either a DNS name or IP address.
dnsName
- The DNS name of the compute resource. Amazon GameLift requires either a DNS name or IP address.public String getDnsName()
The DNS name of the compute resource. Amazon GameLift requires either a DNS name or IP address.
public RegisterComputeRequest withDnsName(String dnsName)
The DNS name of the compute resource. Amazon GameLift requires either a DNS name or IP address.
dnsName
- The DNS name of the compute resource. Amazon GameLift requires either a DNS name or IP address.public void setIpAddress(String ipAddress)
The IP address of the compute resource. Amazon GameLift requires either a DNS name or IP address.
ipAddress
- The IP address of the compute resource. Amazon GameLift requires either a DNS name or IP address.public String getIpAddress()
The IP address of the compute resource. Amazon GameLift requires either a DNS name or IP address.
public RegisterComputeRequest withIpAddress(String ipAddress)
The IP address of the compute resource. Amazon GameLift requires either a DNS name or IP address.
ipAddress
- The IP address of the compute resource. Amazon GameLift requires either a DNS name or IP address.public void setLocation(String location)
The name of a custom location to associate with the compute resource being registered.
location
- The name of a custom location to associate with the compute resource being registered.public String getLocation()
The name of a custom location to associate with the compute resource being registered.
public RegisterComputeRequest withLocation(String location)
The name of a custom location to associate with the compute resource being registered.
location
- The name of a custom location to associate with the compute resource being registered.public String toString()
toString
in class Object
Object.toString()
public RegisterComputeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()