public class ConfirmPublicVirtualInterfaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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.
NOOP| Constructor and Description |
|---|
ConfirmPublicVirtualInterfaceRequest() |
| Modifier and Type | Method and Description |
|---|---|
ConfirmPublicVirtualInterfaceRequest |
clone() |
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.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic 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 ObjectObject.toString()public ConfirmPublicVirtualInterfaceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.