Class AllocatePrivateVirtualInterfaceRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.directconnect.model.AllocatePrivateVirtualInterfaceRequest
-
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class AllocatePrivateVirtualInterfaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the AllocatePrivateVirtualInterface operation.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description AllocatePrivateVirtualInterfaceRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllocatePrivateVirtualInterfaceRequest
clone()
Creates a shallow clone of this request.boolean
equals(Object obj)
String
getConnectionId()
The connection ID on which the private virtual interface is provisioned.NewPrivateVirtualInterfaceAllocation
getNewPrivateVirtualInterfaceAllocation()
Detailed information for the private virtual interface to be provisioned.String
getOwnerAccount()
The AWS account that will own the new private virtual interface.int
hashCode()
void
setConnectionId(String connectionId)
The connection ID on which the private virtual interface is provisioned.void
setNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)
Detailed information for the private virtual interface to be provisioned.void
setOwnerAccount(String ownerAccount)
The AWS account that will own the new private virtual interface.String
toString()
Returns a string representation of this object; useful for testing and debugging.AllocatePrivateVirtualInterfaceRequest
withConnectionId(String connectionId)
The connection ID on which the private virtual interface is provisioned.AllocatePrivateVirtualInterfaceRequest
withNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)
Detailed information for the private virtual interface to be provisioned.AllocatePrivateVirtualInterfaceRequest
withOwnerAccount(String ownerAccount)
The AWS account that will own the new private virtual interface.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
Method Detail
-
setConnectionId
public void setConnectionId(String connectionId)
The connection ID on which the private virtual interface is provisioned.
Default: None
- Parameters:
connectionId
- The connection ID on which the private virtual interface is provisioned.Default: None
-
getConnectionId
public String getConnectionId()
The connection ID on which the private virtual interface is provisioned.
Default: None
- Returns:
- The connection ID on which the private virtual interface is
provisioned.
Default: None
-
withConnectionId
public AllocatePrivateVirtualInterfaceRequest withConnectionId(String connectionId)
The connection ID on which the private virtual interface is provisioned.
Default: None
- Parameters:
connectionId
- The connection ID on which the private virtual interface is provisioned.Default: None
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOwnerAccount
public void setOwnerAccount(String ownerAccount)
The AWS account that will own the new private virtual interface.
Default: None
- Parameters:
ownerAccount
- The AWS account that will own the new private virtual interface.Default: None
-
getOwnerAccount
public String getOwnerAccount()
The AWS account that will own the new private virtual interface.
Default: None
- Returns:
- The AWS account that will own the new private virtual
interface.
Default: None
-
withOwnerAccount
public AllocatePrivateVirtualInterfaceRequest withOwnerAccount(String ownerAccount)
The AWS account that will own the new private virtual interface.
Default: None
- Parameters:
ownerAccount
- The AWS account that will own the new private virtual interface.Default: None
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNewPrivateVirtualInterfaceAllocation
public void setNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)
Detailed information for the private virtual interface to be provisioned.
Default: None
- Parameters:
newPrivateVirtualInterfaceAllocation
- Detailed information for the private virtual interface to be provisioned.Default: None
-
getNewPrivateVirtualInterfaceAllocation
public NewPrivateVirtualInterfaceAllocation getNewPrivateVirtualInterfaceAllocation()
Detailed information for the private virtual interface to be provisioned.
Default: None
- Returns:
- Detailed information for the private virtual interface to be
provisioned.
Default: None
-
withNewPrivateVirtualInterfaceAllocation
public AllocatePrivateVirtualInterfaceRequest withNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)
Detailed information for the private virtual interface to be provisioned.
Default: None
- Parameters:
newPrivateVirtualInterfaceAllocation
- Detailed information for the private virtual interface to be provisioned.Default: None
- Returns:
- Returns a reference to this 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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public AllocatePrivateVirtualInterfaceRequest clone()
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
Object.clone()
-
-