Class RegisterComputeRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.gamelift.model.GameLiftRequest
-
- software.amazon.awssdk.services.gamelift.model.RegisterComputeRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<RegisterComputeRequest.Builder,RegisterComputeRequest>
@Generated("software.amazon.awssdk:codegen") public final class RegisterComputeRequest extends GameLiftRequest implements ToCopyableBuilder<RegisterComputeRequest.Builder,RegisterComputeRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRegisterComputeRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegisterComputeRequest.Builderbuilder()StringcertificatePath()The path to a TLS certificate on your compute resource.StringcomputeName()A descriptive label for the compute resource.StringdnsName()The DNS name of the compute resource.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfleetId()A unique identifier for the fleet to register the compute to.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringipAddress()The IP address of the compute resource.Stringlocation()The name of a custom location to associate with the compute resource being registered.List<SdkField<?>>sdkFields()static Class<? extends RegisterComputeRequest.Builder>serializableBuilderClass()RegisterComputeRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
fleetId
public final String fleetId()
A unique identifier for the fleet to register the compute to. You can use either the fleet ID or ARN value.
- Returns:
- A unique identifier for the fleet to register the compute to. You can use either the fleet ID or ARN value.
-
computeName
public final String computeName()
A descriptive label for the compute resource.
- Returns:
- A descriptive label for the compute resource.
-
certificatePath
public final String certificatePath()
The path to a TLS certificate on your compute resource. Amazon GameLift doesn't validate the path and certificate.
- Returns:
- The path to a TLS certificate on your compute resource. Amazon GameLift doesn't validate the path and certificate.
-
dnsName
public final String dnsName()
The DNS name of the compute resource. Amazon GameLift requires either a DNS name or IP address.
- Returns:
- The DNS name of the compute resource. Amazon GameLift requires either a DNS name or IP address.
-
ipAddress
public final String ipAddress()
The IP address of the compute resource. Amazon GameLift requires either a DNS name or IP address.
- Returns:
- The IP address of the compute resource. Amazon GameLift requires either a DNS name or IP address.
-
location
public final String location()
The name of a custom location to associate with the compute resource being registered.
- Returns:
- The name of a custom location to associate with the compute resource being registered.
-
toBuilder
public RegisterComputeRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RegisterComputeRequest.Builder,RegisterComputeRequest>- Specified by:
toBuilderin classGameLiftRequest
-
builder
public static RegisterComputeRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends RegisterComputeRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-