@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AllocatePublicVirtualInterfaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the AllocatePublicVirtualInterface operation.
NOOP
Constructor and Description |
---|
AllocatePublicVirtualInterfaceRequest() |
Modifier and Type | Method and Description |
---|---|
AllocatePublicVirtualInterfaceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectionId()
The connection ID on which the public virtual interface is provisioned.
|
NewPublicVirtualInterfaceAllocation |
getNewPublicVirtualInterfaceAllocation()
Detailed information for the public virtual interface to be provisioned.
|
String |
getOwnerAccount()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AllocatePublicVirtualInterfaceRequest |
withConnectionId(String connectionId)
The connection ID on which the public virtual interface is provisioned.
|
AllocatePublicVirtualInterfaceRequest |
withNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Detailed information for the public virtual interface to be provisioned.
|
AllocatePublicVirtualInterfaceRequest |
withOwnerAccount(String ownerAccount)
The AWS account that will own the new public virtual interface.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public AllocatePublicVirtualInterfaceRequest()
public void setConnectionId(String connectionId)
The connection ID on which the public virtual interface is provisioned.
Default: None
connectionId
- The connection ID on which the public virtual interface is provisioned.
Default: None
public String getConnectionId()
The connection ID on which the public virtual interface is provisioned.
Default: None
Default: None
public AllocatePublicVirtualInterfaceRequest withConnectionId(String connectionId)
The connection ID on which the public virtual interface is provisioned.
Default: None
connectionId
- The connection ID on which the public virtual interface is provisioned.
Default: None
public void setOwnerAccount(String ownerAccount)
The AWS account that will own the new public virtual interface.
Default: None
ownerAccount
- The AWS account that will own the new public virtual interface.
Default: None
public String getOwnerAccount()
The AWS account that will own the new public virtual interface.
Default: None
Default: None
public AllocatePublicVirtualInterfaceRequest withOwnerAccount(String ownerAccount)
The AWS account that will own the new public virtual interface.
Default: None
ownerAccount
- The AWS account that will own the new public virtual interface.
Default: None
public void setNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Detailed information for the public virtual interface to be provisioned.
Default: None
newPublicVirtualInterfaceAllocation
- Detailed information for the public virtual interface to be provisioned.
Default: None
public NewPublicVirtualInterfaceAllocation getNewPublicVirtualInterfaceAllocation()
Detailed information for the public virtual interface to be provisioned.
Default: None
Default: None
public AllocatePublicVirtualInterfaceRequest withNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Detailed information for the public virtual interface to be provisioned.
Default: None
newPublicVirtualInterfaceAllocation
- Detailed information for the public virtual interface to be provisioned.
Default: None
public String toString()
toString
in class Object
Object.toString()
public AllocatePublicVirtualInterfaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.