@Generated(value="software.amazon.awssdk:codegen") public final class AssociateGatewayToServerRequest extends BackupGatewayRequest implements ToCopyableBuilder<AssociateGatewayToServerRequest.Builder,AssociateGatewayToServerRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateGatewayToServerRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateGatewayToServerRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayArn()
The Amazon Resource Name (ARN) of the gateway.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateGatewayToServerRequest.Builder> |
serializableBuilderClass() |
String |
serverArn()
The Amazon Resource Name (ARN) of the server that hosts your virtual machines.
|
AssociateGatewayToServerRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gatewayArn()
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of
gateways for your account and Amazon Web Services Region.
ListGateways operation to return a
list of gateways for your account and Amazon Web Services Region.public final String serverArn()
The Amazon Resource Name (ARN) of the server that hosts your virtual machines.
public AssociateGatewayToServerRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateGatewayToServerRequest.Builder,AssociateGatewayToServerRequest>toBuilder in class BackupGatewayRequestpublic static AssociateGatewayToServerRequest.Builder builder()
public static Class<? extends AssociateGatewayToServerRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.