@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualGatewayData extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a virtual gateway returned by a describe operation.
Constructor and Description |
---|
VirtualGatewayData() |
Modifier and Type | Method and Description |
---|---|
VirtualGatewayData |
clone() |
boolean |
equals(Object obj) |
String |
getMeshName()
The name of the service mesh that the virtual gateway resides in.
|
ResourceMetadata |
getMetadata() |
VirtualGatewaySpec |
getSpec()
The specifications of the virtual gateway.
|
VirtualGatewayStatus |
getStatus()
The current status of the virtual gateway.
|
String |
getVirtualGatewayName()
The name of the virtual gateway.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMeshName(String meshName)
The name of the service mesh that the virtual gateway resides in.
|
void |
setMetadata(ResourceMetadata metadata) |
void |
setSpec(VirtualGatewaySpec spec)
The specifications of the virtual gateway.
|
void |
setStatus(VirtualGatewayStatus status)
The current status of the virtual gateway.
|
void |
setVirtualGatewayName(String virtualGatewayName)
The name of the virtual gateway.
|
String |
toString()
Returns a string representation of this object.
|
VirtualGatewayData |
withMeshName(String meshName)
The name of the service mesh that the virtual gateway resides in.
|
VirtualGatewayData |
withMetadata(ResourceMetadata metadata) |
VirtualGatewayData |
withSpec(VirtualGatewaySpec spec)
The specifications of the virtual gateway.
|
VirtualGatewayData |
withStatus(VirtualGatewayStatus status)
The current status of the virtual gateway.
|
VirtualGatewayData |
withVirtualGatewayName(String virtualGatewayName)
The name of the virtual gateway.
|
public void setMeshName(String meshName)
The name of the service mesh that the virtual gateway resides in.
meshName
- The name of the service mesh that the virtual gateway resides in.public String getMeshName()
The name of the service mesh that the virtual gateway resides in.
public VirtualGatewayData withMeshName(String meshName)
The name of the service mesh that the virtual gateway resides in.
meshName
- The name of the service mesh that the virtual gateway resides in.public void setMetadata(ResourceMetadata metadata)
metadata
- public ResourceMetadata getMetadata()
public VirtualGatewayData withMetadata(ResourceMetadata metadata)
metadata
- public void setSpec(VirtualGatewaySpec spec)
The specifications of the virtual gateway.
spec
- The specifications of the virtual gateway.public VirtualGatewaySpec getSpec()
The specifications of the virtual gateway.
public VirtualGatewayData withSpec(VirtualGatewaySpec spec)
The specifications of the virtual gateway.
spec
- The specifications of the virtual gateway.public void setStatus(VirtualGatewayStatus status)
The current status of the virtual gateway.
status
- The current status of the virtual gateway.public VirtualGatewayStatus getStatus()
The current status of the virtual gateway.
public VirtualGatewayData withStatus(VirtualGatewayStatus status)
The current status of the virtual gateway.
status
- The current status of the virtual gateway.public void setVirtualGatewayName(String virtualGatewayName)
The name of the virtual gateway.
virtualGatewayName
- The name of the virtual gateway.public String getVirtualGatewayName()
The name of the virtual gateway.
public VirtualGatewayData withVirtualGatewayName(String virtualGatewayName)
The name of the virtual gateway.
virtualGatewayName
- The name of the virtual gateway.public String toString()
toString
in class Object
Object.toString()
public VirtualGatewayData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.