@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GatewayRouteTarget extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a gateway route target.
| Constructor and Description |
|---|
GatewayRouteTarget() |
| Modifier and Type | Method and Description |
|---|---|
GatewayRouteTarget |
clone() |
boolean |
equals(Object obj) |
GatewayRouteVirtualService |
getVirtualService()
An object that represents a virtual service gateway route target.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setVirtualService(GatewayRouteVirtualService virtualService)
An object that represents a virtual service gateway route target.
|
String |
toString()
Returns a string representation of this object.
|
GatewayRouteTarget |
withVirtualService(GatewayRouteVirtualService virtualService)
An object that represents a virtual service gateway route target.
|
public void setVirtualService(GatewayRouteVirtualService virtualService)
An object that represents a virtual service gateway route target.
virtualService - An object that represents a virtual service gateway route target.public GatewayRouteVirtualService getVirtualService()
An object that represents a virtual service gateway route target.
public GatewayRouteTarget withVirtualService(GatewayRouteVirtualService virtualService)
An object that represents a virtual service gateway route target.
virtualService - An object that represents a virtual service gateway route target.public String toString()
toString in class ObjectObject.toString()public GatewayRouteTarget clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.