@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public VirtualRouterServiceProvider clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.