@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AllocatePrivateVirtualInterfaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AllocatePrivateVirtualInterfaceRequest() |
Modifier and Type | Method and Description |
---|---|
AllocatePrivateVirtualInterfaceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectionId()
The ID of the connection on which the private virtual interface is provisioned.
|
NewPrivateVirtualInterfaceAllocation |
getNewPrivateVirtualInterfaceAllocation()
Information about the private virtual interface.
|
String |
getOwnerAccount()
The ID of the AWS account that owns the virtual private interface.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
The ID of the connection on which the private virtual interface is provisioned.
|
void |
setNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)
Information about the private virtual interface.
|
void |
setOwnerAccount(String ownerAccount)
The ID of the AWS account that owns the virtual private interface.
|
String |
toString()
Returns a string representation of this object.
|
AllocatePrivateVirtualInterfaceRequest |
withConnectionId(String connectionId)
The ID of the connection on which the private virtual interface is provisioned.
|
AllocatePrivateVirtualInterfaceRequest |
withNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)
Information about the private virtual interface.
|
AllocatePrivateVirtualInterfaceRequest |
withOwnerAccount(String ownerAccount)
The ID of the AWS account that owns the virtual private 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 AllocatePrivateVirtualInterfaceRequest()
public void setConnectionId(String connectionId)
The ID of the connection on which the private virtual interface is provisioned.
connectionId
- The ID of the connection on which the private virtual interface is provisioned.public String getConnectionId()
The ID of the connection on which the private virtual interface is provisioned.
public AllocatePrivateVirtualInterfaceRequest withConnectionId(String connectionId)
The ID of the connection on which the private virtual interface is provisioned.
connectionId
- The ID of the connection on which the private virtual interface is provisioned.public void setOwnerAccount(String ownerAccount)
The ID of the AWS account that owns the virtual private interface.
ownerAccount
- The ID of the AWS account that owns the virtual private interface.public String getOwnerAccount()
The ID of the AWS account that owns the virtual private interface.
public AllocatePrivateVirtualInterfaceRequest withOwnerAccount(String ownerAccount)
The ID of the AWS account that owns the virtual private interface.
ownerAccount
- The ID of the AWS account that owns the virtual private interface.public void setNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)
Information about the private virtual interface.
newPrivateVirtualInterfaceAllocation
- Information about the private virtual interface.public NewPrivateVirtualInterfaceAllocation getNewPrivateVirtualInterfaceAllocation()
Information about the private virtual interface.
public AllocatePrivateVirtualInterfaceRequest withNewPrivateVirtualInterfaceAllocation(NewPrivateVirtualInterfaceAllocation newPrivateVirtualInterfaceAllocation)
Information about the private virtual interface.
newPrivateVirtualInterfaceAllocation
- Information about the private virtual interface.public String toString()
toString
in class Object
Object.toString()
public AllocatePrivateVirtualInterfaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.