@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
String |
virtualGatewayName()
The name of the virtual gateway.
|
copy
public 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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()