@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AllocateTransitVirtualInterfaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AllocateTransitVirtualInterfaceRequest() |
Modifier and Type | Method and Description |
---|---|
AllocateTransitVirtualInterfaceRequest |
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 transit virtual interface is provisioned.
|
NewTransitVirtualInterfaceAllocation |
getNewTransitVirtualInterfaceAllocation()
Information about the transit virtual interface.
|
String |
getOwnerAccount()
The ID of the AWS account that owns the transit virtual interface.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
The ID of the connection on which the transit virtual interface is provisioned.
|
void |
setNewTransitVirtualInterfaceAllocation(NewTransitVirtualInterfaceAllocation newTransitVirtualInterfaceAllocation)
Information about the transit virtual interface.
|
void |
setOwnerAccount(String ownerAccount)
The ID of the AWS account that owns the transit virtual interface.
|
String |
toString()
Returns a string representation of this object.
|
AllocateTransitVirtualInterfaceRequest |
withConnectionId(String connectionId)
The ID of the connection on which the transit virtual interface is provisioned.
|
AllocateTransitVirtualInterfaceRequest |
withNewTransitVirtualInterfaceAllocation(NewTransitVirtualInterfaceAllocation newTransitVirtualInterfaceAllocation)
Information about the transit virtual interface.
|
AllocateTransitVirtualInterfaceRequest |
withOwnerAccount(String ownerAccount)
The ID of the AWS account that owns the transit 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 AllocateTransitVirtualInterfaceRequest()
public void setConnectionId(String connectionId)
The ID of the connection on which the transit virtual interface is provisioned.
connectionId
- The ID of the connection on which the transit virtual interface is provisioned.public String getConnectionId()
The ID of the connection on which the transit virtual interface is provisioned.
public AllocateTransitVirtualInterfaceRequest withConnectionId(String connectionId)
The ID of the connection on which the transit virtual interface is provisioned.
connectionId
- The ID of the connection on which the transit virtual interface is provisioned.public void setOwnerAccount(String ownerAccount)
The ID of the AWS account that owns the transit virtual interface.
ownerAccount
- The ID of the AWS account that owns the transit virtual interface.public String getOwnerAccount()
The ID of the AWS account that owns the transit virtual interface.
public AllocateTransitVirtualInterfaceRequest withOwnerAccount(String ownerAccount)
The ID of the AWS account that owns the transit virtual interface.
ownerAccount
- The ID of the AWS account that owns the transit virtual interface.public void setNewTransitVirtualInterfaceAllocation(NewTransitVirtualInterfaceAllocation newTransitVirtualInterfaceAllocation)
Information about the transit virtual interface.
newTransitVirtualInterfaceAllocation
- Information about the transit virtual interface.public NewTransitVirtualInterfaceAllocation getNewTransitVirtualInterfaceAllocation()
Information about the transit virtual interface.
public AllocateTransitVirtualInterfaceRequest withNewTransitVirtualInterfaceAllocation(NewTransitVirtualInterfaceAllocation newTransitVirtualInterfaceAllocation)
Information about the transit virtual interface.
newTransitVirtualInterfaceAllocation
- Information about the transit virtual interface.public String toString()
toString
in class Object
Object.toString()
public AllocateTransitVirtualInterfaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.