public class ConfirmPublicVirtualInterfaceRequest extends AmazonWebServiceRequest implements Serializable
ConfirmPublicVirtualInterface operation
.
Accept ownership of a public virtual interface created by another customer.
After the virtual interface owner calls this function, the specified virtual interface will be created and made available for handling traffic.
Constructor and Description |
---|
ConfirmPublicVirtualInterfaceRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getVirtualInterfaceId()
ID of the virtual interface.
|
int |
hashCode() |
void |
setVirtualInterfaceId(String virtualInterfaceId)
ID of the virtual interface.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ConfirmPublicVirtualInterfaceRequest |
withVirtualInterfaceId(String virtualInterfaceId)
ID of the virtual interface.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public ConfirmPublicVirtualInterfaceRequest()
public String getVirtualInterfaceId()
Example: dxvif-123dfg56
Default: None
Example: dxvif-123dfg56
Default: None
public void setVirtualInterfaceId(String virtualInterfaceId)
Example: dxvif-123dfg56
Default: None
virtualInterfaceId
- ID of the virtual interface. Example: dxvif-123dfg56
Default: None
public ConfirmPublicVirtualInterfaceRequest withVirtualInterfaceId(String virtualInterfaceId)
Example: dxvif-123dfg56
Default: None
Returns a reference to this object so that method calls can be chained together.
virtualInterfaceId
- ID of the virtual interface. Example: dxvif-123dfg56
Default: None
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.