@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AllocatePublicVirtualInterfaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 ID of the connection on which the public virtual interface is provisioned.
|
NewPublicVirtualInterfaceAllocation |
getNewPublicVirtualInterfaceAllocation()
Information about the public virtual interface.
|
String |
getOwnerAccount()
The ID of the Amazon Web Services account that owns the public virtual interface.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
The ID of the connection on which the public virtual interface is provisioned.
|
void |
setNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Information about the public virtual interface.
|
void |
setOwnerAccount(String ownerAccount)
The ID of the Amazon Web Services account that owns the public virtual interface.
|
String |
toString()
Returns a string representation of this object.
|
AllocatePublicVirtualInterfaceRequest |
withConnectionId(String connectionId)
The ID of the connection on which the public virtual interface is provisioned.
|
AllocatePublicVirtualInterfaceRequest |
withNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Information about the public virtual interface.
|
AllocatePublicVirtualInterfaceRequest |
withOwnerAccount(String ownerAccount)
The ID of the Amazon Web Services account that owns the 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 ID of the connection on which the public virtual interface is provisioned.
connectionId
- The ID of the connection on which the public virtual interface is provisioned.public String getConnectionId()
The ID of the connection on which the public virtual interface is provisioned.
public AllocatePublicVirtualInterfaceRequest withConnectionId(String connectionId)
The ID of the connection on which the public virtual interface is provisioned.
connectionId
- The ID of the connection on which the public virtual interface is provisioned.public void setOwnerAccount(String ownerAccount)
The ID of the Amazon Web Services account that owns the public virtual interface.
ownerAccount
- The ID of the Amazon Web Services account that owns the public virtual interface.public String getOwnerAccount()
The ID of the Amazon Web Services account that owns the public virtual interface.
public AllocatePublicVirtualInterfaceRequest withOwnerAccount(String ownerAccount)
The ID of the Amazon Web Services account that owns the public virtual interface.
ownerAccount
- The ID of the Amazon Web Services account that owns the public virtual interface.public void setNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Information about the public virtual interface.
newPublicVirtualInterfaceAllocation
- Information about the public virtual interface.public NewPublicVirtualInterfaceAllocation getNewPublicVirtualInterfaceAllocation()
Information about the public virtual interface.
public AllocatePublicVirtualInterfaceRequest withNewPublicVirtualInterfaceAllocation(NewPublicVirtualInterfaceAllocation newPublicVirtualInterfaceAllocation)
Information about the public virtual interface.
newPublicVirtualInterfaceAllocation
- Information about the public virtual interface.public String toString()
toString
in class Object
Object.toString()
public AllocatePublicVirtualInterfaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()