@Generated(value="software.amazon.awssdk:codegen") public final class DisassociateCustomerGatewayRequest extends NetworkManagerRequest implements ToCopyableBuilder<DisassociateCustomerGatewayRequest.Builder,DisassociateCustomerGatewayRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisassociateCustomerGatewayRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DisassociateCustomerGatewayRequest.Builder |
builder() |
String |
customerGatewayArn()
The Amazon Resource Name (ARN) of the customer gateway.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
globalNetworkId()
The ID of the global network.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisassociateCustomerGatewayRequest.Builder> |
serializableBuilderClass() |
DisassociateCustomerGatewayRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String globalNetworkId()
The ID of the global network.
public final String customerGatewayArn()
The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
public DisassociateCustomerGatewayRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisassociateCustomerGatewayRequest.Builder,DisassociateCustomerGatewayRequest>toBuilder in class NetworkManagerRequestpublic static DisassociateCustomerGatewayRequest.Builder builder()
public static Class<? extends DisassociateCustomerGatewayRequest.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 © 2021. All rights reserved.