@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBGPPeerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DeleteBGPPeer operation.
NOOP
Constructor and Description |
---|
DeleteBGPPeerRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteBGPPeerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getAsn() |
String |
getCustomerAddress() |
String |
getVirtualInterfaceId()
The ID of the virtual interface from which the BGP peer will be deleted.
|
int |
hashCode() |
void |
setAsn(Integer asn) |
void |
setCustomerAddress(String customerAddress) |
void |
setVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface from which the BGP peer will be deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteBGPPeerRequest |
withAsn(Integer asn) |
DeleteBGPPeerRequest |
withCustomerAddress(String customerAddress) |
DeleteBGPPeerRequest |
withVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface from which the BGP peer will be deleted.
|
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 void setVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface from which the BGP peer will be deleted.
Example: dxvif-456abc78
Default: None
virtualInterfaceId
- The ID of the virtual interface from which the BGP peer will be deleted.
Example: dxvif-456abc78
Default: None
public String getVirtualInterfaceId()
The ID of the virtual interface from which the BGP peer will be deleted.
Example: dxvif-456abc78
Default: None
Example: dxvif-456abc78
Default: None
public DeleteBGPPeerRequest withVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface from which the BGP peer will be deleted.
Example: dxvif-456abc78
Default: None
virtualInterfaceId
- The ID of the virtual interface from which the BGP peer will be deleted.
Example: dxvif-456abc78
Default: None
public void setAsn(Integer asn)
asn
- public Integer getAsn()
public DeleteBGPPeerRequest withAsn(Integer asn)
asn
- public void setCustomerAddress(String customerAddress)
customerAddress
- public String getCustomerAddress()
public DeleteBGPPeerRequest withCustomerAddress(String customerAddress)
customerAddress
- public String toString()
toString
in class Object
Object.toString()
public DeleteBGPPeerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.