@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBGPPeerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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()
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
String |
getBgpPeerId()
The ID of the BGP peer.
|
String |
getCustomerAddress()
The IP address assigned to the customer interface.
|
String |
getVirtualInterfaceId()
The ID of the virtual interface.
|
int |
hashCode() |
void |
setAsn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
void |
setBgpPeerId(String bgpPeerId)
The ID of the BGP peer.
|
void |
setCustomerAddress(String customerAddress)
The IP address assigned to the customer interface.
|
void |
setVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBGPPeerRequest |
withAsn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
DeleteBGPPeerRequest |
withBgpPeerId(String bgpPeerId)
The ID of the BGP peer.
|
DeleteBGPPeerRequest |
withCustomerAddress(String customerAddress)
The IP address assigned to the customer interface.
|
DeleteBGPPeerRequest |
withVirtualInterfaceId(String virtualInterfaceId)
The ID of the 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 void setVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
virtualInterfaceId
- The ID of the virtual interface.public String getVirtualInterfaceId()
The ID of the virtual interface.
public DeleteBGPPeerRequest withVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface.
virtualInterfaceId
- The ID of the virtual interface.public void setAsn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
asn
- The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.public Integer getAsn()
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
public DeleteBGPPeerRequest withAsn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
asn
- The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.public void setCustomerAddress(String customerAddress)
The IP address assigned to the customer interface.
customerAddress
- The IP address assigned to the customer interface.public String getCustomerAddress()
The IP address assigned to the customer interface.
public DeleteBGPPeerRequest withCustomerAddress(String customerAddress)
The IP address assigned to the customer interface.
customerAddress
- The IP address assigned to the customer interface.public void setBgpPeerId(String bgpPeerId)
The ID of the BGP peer.
bgpPeerId
- The ID of the BGP peer.public String getBgpPeerId()
The ID of the BGP peer.
public DeleteBGPPeerRequest withBgpPeerId(String bgpPeerId)
The ID of the BGP peer.
bgpPeerId
- The ID of the BGP peer.public String toString()
toString
in class Object
Object.toString()
public DeleteBGPPeerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()