Class AllocatePublicVirtualInterfaceRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Container for the parameters to the AllocatePublicVirtualInterface operation.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The connection ID on which the public virtual interface is provisioned.Detailed information for the public virtual interface to be provisioned.The AWS account that will own the new public virtual interface.int
hashCode()
void
setConnectionId
(String connectionId) The connection ID on which the public virtual interface is provisioned.void
setNewPublicVirtualInterfaceAllocation
(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation) Detailed information for the public virtual interface to be provisioned.void
setOwnerAccount
(String ownerAccount) The AWS account that will own the new public virtual interface.toString()
Returns a string representation of this object; useful for testing and debugging.withConnectionId
(String connectionId) The connection ID on which the public virtual interface is provisioned.withNewPublicVirtualInterfaceAllocation
(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation) Detailed information for the public virtual interface to be provisioned.withOwnerAccount
(String ownerAccount) The AWS account that will own the new public 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
-
Constructor Details
-
AllocatePublicVirtualInterfaceRequest
public AllocatePublicVirtualInterfaceRequest()
-
-
Method Details
-
setConnectionId
The connection ID on which the public virtual interface is provisioned.
Default: None
- Parameters:
connectionId
- The connection ID on which the public virtual interface is provisioned.Default: None
-
getConnectionId
The connection ID on which the public virtual interface is provisioned.
Default: None
- Returns:
- The connection ID on which the public virtual interface is
provisioned.
Default: None
-
withConnectionId
The connection ID on which the public virtual interface is provisioned.
Default: None
- Parameters:
connectionId
- The connection ID on which the public virtual interface is provisioned.Default: None
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOwnerAccount
The AWS account that will own the new public virtual interface.
Default: None
- Parameters:
ownerAccount
- The AWS account that will own the new public virtual interface.Default: None
-
getOwnerAccount
The AWS account that will own the new public virtual interface.
Default: None
- Returns:
- The AWS account that will own the new public virtual
interface.
Default: None
-
withOwnerAccount
The AWS account that will own the new public virtual interface.
Default: None
- Parameters:
ownerAccount
- The AWS account that will own the new public virtual interface.Default: None
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNewPublicVirtualInterfaceAllocation
public void setNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation) Detailed information for the public virtual interface to be provisioned.
Default: None
- Parameters:
newPublicVirtualInterfaceAllocation
- Detailed information for the public virtual interface to be provisioned.Default: None
-
getNewPublicVirtualInterfaceAllocation
Detailed information for the public virtual interface to be provisioned.
Default: None
- Returns:
- Detailed information for the public virtual interface to be
provisioned.
Default: None
-
withNewPublicVirtualInterfaceAllocation
public AllocatePublicVirtualInterfaceRequest withNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation) Detailed information for the public virtual interface to be provisioned.
Default: None
- Parameters:
newPublicVirtualInterfaceAllocation
- Detailed information for the public virtual interface to be provisioned.Default: None
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
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:
-