@Generated(value="software.amazon.awssdk:codegen") public final class DeleteGatewayRouteRequest extends AppMeshRequest implements ToCopyableBuilder<DeleteGatewayRouteRequest.Builder,DeleteGatewayRouteRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteGatewayRouteRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteGatewayRouteRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayRouteName()
The name of the gateway route to delete.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
meshName()
The name of the service mesh to delete the gateway route from.
|
String |
meshOwner()
The AWS IAM account ID of the service mesh owner.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteGatewayRouteRequest.Builder> |
serializableBuilderClass() |
DeleteGatewayRouteRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
virtualGatewayName()
The name of the virtual gateway to delete the route from.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gatewayRouteName()
The name of the gateway route to delete.
public final String meshName()
The name of the service mesh to delete the gateway route from.
public final String meshOwner()
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
public final String virtualGatewayName()
The name of the virtual gateway to delete the route from.
public DeleteGatewayRouteRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteGatewayRouteRequest.Builder,DeleteGatewayRouteRequest>toBuilder in class AppMeshRequestpublic static DeleteGatewayRouteRequest.Builder builder()
public static Class<? extends DeleteGatewayRouteRequest.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.