public class CreatePublicVirtualInterfaceRequest extends AmazonWebServiceRequest implements java.io.Serializable
CreatePublicVirtualInterface operation.
Creates a new public virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A public virtual interface supports sending traffic to public services of AWS such as Amazon Simple Storage Service (Amazon S3).
| コンストラクタと説明 |
|---|
CreatePublicVirtualInterfaceRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConnectionId()
ID of the connection.
|
NewPublicVirtualInterface |
getNewPublicVirtualInterface()
Detailed information of the public virtual interface to be created.
|
int |
hashCode() |
void |
setConnectionId(java.lang.String connectionId)
ID of the connection.
|
void |
setNewPublicVirtualInterface(NewPublicVirtualInterface newPublicVirtualInterface)
Detailed information of the public virtual interface to be created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreatePublicVirtualInterfaceRequest |
withConnectionId(java.lang.String connectionId)
ID of the connection.
|
CreatePublicVirtualInterfaceRequest |
withNewPublicVirtualInterface(NewPublicVirtualInterface newPublicVirtualInterface)
Detailed information of the public virtual interface to be created.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getConnectionId()
Example: dxcon-fg5678gh
Default: None
Example: dxcon-fg5678gh
Default: None
public void setConnectionId(java.lang.String connectionId)
Example: dxcon-fg5678gh
Default: None
connectionId - ID of the connection. Example: dxcon-fg5678gh
Default: None
public CreatePublicVirtualInterfaceRequest withConnectionId(java.lang.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 NewPublicVirtualInterface getNewPublicVirtualInterface()
Default: None
Default: None
public void setNewPublicVirtualInterface(NewPublicVirtualInterface newPublicVirtualInterface)
Default: None
newPublicVirtualInterface - Detailed information of the public virtual interface to be created.
Default: None
public CreatePublicVirtualInterfaceRequest withNewPublicVirtualInterface(NewPublicVirtualInterface newPublicVirtualInterface)
Default: None
Returns a reference to this object so that method calls can be chained together.
newPublicVirtualInterface - Detailed information of the public virtual interface to be created.
Default: None
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object