|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.directconnect.model.CreatePrivateVirtualInterfaceRequest
public class CreatePrivateVirtualInterfaceRequest
Container for the parameters to the CreatePrivateVirtualInterface operation
.
Creates a new private virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A private virtual interface supports sending traffic to a single Virtual Private Cloud (VPC).
AmazonDirectConnect.createPrivateVirtualInterface(CreatePrivateVirtualInterfaceRequest)
,
Serialized FormConstructor Summary | |
---|---|
CreatePrivateVirtualInterfaceRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getConnectionId()
ID of the connection. |
NewPrivateVirtualInterface |
getNewPrivateVirtualInterface()
Detailed information of the private virtual interface to be created. |
int |
hashCode()
|
void |
setConnectionId(String connectionId)
ID of the connection. |
void |
setNewPrivateVirtualInterface(NewPrivateVirtualInterface newPrivateVirtualInterface)
Detailed information of the private virtual interface to be created. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreatePrivateVirtualInterfaceRequest |
withConnectionId(String connectionId)
ID of the connection. |
CreatePrivateVirtualInterfaceRequest |
withNewPrivateVirtualInterface(NewPrivateVirtualInterface newPrivateVirtualInterface)
Detailed information of the private virtual interface to be created. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreatePrivateVirtualInterfaceRequest()
Method Detail |
---|
public String getConnectionId()
Example: dxcon-fg5678gh
Default: None
Example: dxcon-fg5678gh
Default: None
public void setConnectionId(String connectionId)
Example: dxcon-fg5678gh
Default: None
connectionId
- ID of the connection. Example: dxcon-fg5678gh
Default: None
public CreatePrivateVirtualInterfaceRequest withConnectionId(String connectionId)
Example: dxcon-fg5678gh
Default: None
Returns a reference to this object so that method calls can be chained together.
connectionId
- ID of the connection. Example: dxcon-fg5678gh
Default: None
public NewPrivateVirtualInterface getNewPrivateVirtualInterface()
Default: None
Default: None
public void setNewPrivateVirtualInterface(NewPrivateVirtualInterface newPrivateVirtualInterface)
Default: None
newPrivateVirtualInterface
- Detailed information of the private virtual interface to be created.
Default: None
public CreatePrivateVirtualInterfaceRequest withNewPrivateVirtualInterface(NewPrivateVirtualInterface newPrivateVirtualInterface)
Default: None
Returns a reference to this object so that method calls can be chained together.
newPrivateVirtualInterface
- Detailed information of the private virtual interface to be created.
Default: None
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |