@Generated(value="software.amazon.awssdk:codegen") public final class UpdateVirtualGatewayRequest extends AppMeshRequest implements ToCopyableBuilder<UpdateVirtualGatewayRequest.Builder,UpdateVirtualGatewayRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateVirtualGatewayRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateVirtualGatewayRequest.Builder |
builder() |
String |
clientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
meshName()
The name of the service mesh that the virtual gateway resides in.
|
String |
meshOwner()
The AWS IAM account ID of the service mesh owner.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateVirtualGatewayRequest.Builder> |
serializableBuilderClass() |
VirtualGatewaySpec |
spec()
The new virtual gateway specification to apply.
|
UpdateVirtualGatewayRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
virtualGatewayName()
The name of the virtual gateway to update.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
public final String meshName()
The name of the service mesh that the virtual gateway resides in.
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 VirtualGatewaySpec spec()
The new virtual gateway specification to apply. This overwrites the existing data.
public final String virtualGatewayName()
The name of the virtual gateway to update.
public UpdateVirtualGatewayRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateVirtualGatewayRequest.Builder,UpdateVirtualGatewayRequest>toBuilder in class AppMeshRequestpublic static UpdateVirtualGatewayRequest.Builder builder()
public static Class<? extends UpdateVirtualGatewayRequest.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.