@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualRouterServiceProvider extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents a virtual node service provider.
| Constructor and Description |
|---|
VirtualRouterServiceProvider() |
| Modifier and Type | Method and Description |
|---|---|
VirtualRouterServiceProvider |
clone() |
boolean |
equals(Object obj) |
String |
getVirtualRouterName()
The name of the virtual router that is acting as a service provider.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setVirtualRouterName(String virtualRouterName)
The name of the virtual router that is acting as a service provider.
|
String |
toString()
Returns a string representation of this object.
|
VirtualRouterServiceProvider |
withVirtualRouterName(String virtualRouterName)
The name of the virtual router that is acting as a service provider.
|
public void setVirtualRouterName(String virtualRouterName)
The name of the virtual router that is acting as a service provider.
virtualRouterName - The name of the virtual router that is acting as a service provider.public String getVirtualRouterName()
The name of the virtual router that is acting as a service provider.
public VirtualRouterServiceProvider withVirtualRouterName(String virtualRouterName)
The name of the virtual router that is acting as a service provider.
virtualRouterName - The name of the virtual router that is acting as a service provider.public String toString()
toString in class ObjectObject.toString()public VirtualRouterServiceProvider clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.