@Generated(value="software.amazon.awssdk:codegen") public final class VirtualGatewayData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VirtualGatewayData.Builder,VirtualGatewayData>
An object that represents a virtual gateway returned by a describe operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VirtualGatewayData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VirtualGatewayData.Builder |
builder() |
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.
|
ResourceMetadata |
metadata()
Returns the value of the Metadata property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VirtualGatewayData.Builder> |
serializableBuilderClass() |
VirtualGatewaySpec |
spec()
The specifications of the virtual gateway.
|
VirtualGatewayStatus |
status()
The current status of the virtual gateway.
|
VirtualGatewayData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
virtualGatewayName()
The name of the virtual gateway.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String meshName()
The name of the service mesh that the virtual gateway resides in.
public final ResourceMetadata metadata()
public final VirtualGatewaySpec spec()
The specifications of the virtual gateway.
public final VirtualGatewayStatus status()
The current status of the virtual gateway.
public final String virtualGatewayName()
The name of the virtual gateway.
public VirtualGatewayData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VirtualGatewayData.Builder,VirtualGatewayData>public static VirtualGatewayData.Builder builder()
public static Class<? extends VirtualGatewayData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.