Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.directconnect.model
Class CreatePublicVirtualInterfaceRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.directconnect.model.CreatePublicVirtualInterfaceRequest
All Implemented Interfaces:
Serializable

public class CreatePublicVirtualInterfaceRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the 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).

See Also:
AmazonDirectConnect.createPublicVirtualInterface(CreatePublicVirtualInterfaceRequest), Serialized Form

Constructor Summary
CreatePublicVirtualInterfaceRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getConnectionId()
          ID of the connection.
 NewPublicVirtualInterface getNewPublicVirtualInterface()
          Detailed information of the public virtual interface to be created.
 int hashCode()
           
 void setConnectionId(String connectionId)
          ID of the connection.
 void setNewPublicVirtualInterface(NewPublicVirtualInterface newPublicVirtualInterface)
          Detailed information of the public virtual interface to be created.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CreatePublicVirtualInterfaceRequest withConnectionId(String connectionId)
          ID of the connection.
 CreatePublicVirtualInterfaceRequest withNewPublicVirtualInterface(NewPublicVirtualInterface newPublicVirtualInterface)
          Detailed information of the public 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

CreatePublicVirtualInterfaceRequest

public CreatePublicVirtualInterfaceRequest()
Method Detail

getConnectionId

public String getConnectionId()
ID of the connection.

Example: dxcon-fg5678gh

Default: None

Returns:
ID of the connection.

Example: dxcon-fg5678gh

Default: None


setConnectionId

public void setConnectionId(String connectionId)
ID of the connection.

Example: dxcon-fg5678gh

Default: None

Parameters:
connectionId - ID of the connection.

Example: dxcon-fg5678gh

Default: None


withConnectionId

public CreatePublicVirtualInterfaceRequest withConnectionId(String connectionId)
ID of the connection.

Example: dxcon-fg5678gh

Default: None

Returns a reference to this object so that method calls can be chained together.

Parameters:
connectionId - ID of the connection.

Example: dxcon-fg5678gh

Default: None

Returns:
A reference to this updated object so that method calls can be chained together.

getNewPublicVirtualInterface

public NewPublicVirtualInterface getNewPublicVirtualInterface()
Detailed information of the public virtual interface to be created.

Default: None

Returns:
Detailed information of the public virtual interface to be created.

Default: None


setNewPublicVirtualInterface

public void setNewPublicVirtualInterface(NewPublicVirtualInterface newPublicVirtualInterface)
Detailed information of the public virtual interface to be created.

Default: None

Parameters:
newPublicVirtualInterface - Detailed information of the public virtual interface to be created.

Default: None


withNewPublicVirtualInterface

public CreatePublicVirtualInterfaceRequest withNewPublicVirtualInterface(NewPublicVirtualInterface newPublicVirtualInterface)
Detailed information of the public virtual interface to be created.

Default: None

Returns a reference to this object so that method calls can be chained together.

Parameters:
newPublicVirtualInterface - Detailed information of the public virtual interface to be created.

Default: None

Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.