@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BGPPeer extends Object implements Serializable, Cloneable, StructuredPojo
A structure containing information about a BGP peer.
| Constructor and Description |
|---|
BGPPeer() |
public void setAsn(Integer asn)
asn - public Integer getAsn()
public BGPPeer withAsn(Integer asn)
asn - public void setAuthKey(String authKey)
authKey - public String getAuthKey()
public BGPPeer withAuthKey(String authKey)
authKey - public void setAddressFamily(String addressFamily)
addressFamily - AddressFamilypublic String getAddressFamily()
AddressFamilypublic BGPPeer withAddressFamily(String addressFamily)
addressFamily - AddressFamilypublic void setAddressFamily(AddressFamily addressFamily)
addressFamily - AddressFamilypublic BGPPeer withAddressFamily(AddressFamily addressFamily)
addressFamily - AddressFamilypublic void setAmazonAddress(String amazonAddress)
amazonAddress - public String getAmazonAddress()
public BGPPeer withAmazonAddress(String amazonAddress)
amazonAddress - public void setCustomerAddress(String customerAddress)
customerAddress - public String getCustomerAddress()
public BGPPeer withCustomerAddress(String customerAddress)
customerAddress - public void setBgpPeerState(String bgpPeerState)
bgpPeerState - BGPPeerStatepublic String getBgpPeerState()
BGPPeerStatepublic BGPPeer withBgpPeerState(String bgpPeerState)
bgpPeerState - BGPPeerStatepublic void setBgpPeerState(BGPPeerState bgpPeerState)
bgpPeerState - BGPPeerStatepublic BGPPeer withBgpPeerState(BGPPeerState bgpPeerState)
bgpPeerState - BGPPeerStatepublic BGPPeer withBgpStatus(String bgpStatus)
bgpStatus - BGPStatuspublic void setBgpStatus(BGPStatus bgpStatus)
bgpStatus - BGPStatuspublic BGPPeer withBgpStatus(BGPStatus bgpStatus)
bgpStatus - BGPStatuspublic void setAwsDeviceV2(String awsDeviceV2)
The Direct Connection endpoint which the BGP peer terminates on.
awsDeviceV2 - The Direct Connection endpoint which the BGP peer terminates on.public String getAwsDeviceV2()
The Direct Connection endpoint which the BGP peer terminates on.
public BGPPeer withAwsDeviceV2(String awsDeviceV2)
The Direct Connection endpoint which the BGP peer terminates on.
awsDeviceV2 - The Direct Connection endpoint which the BGP peer terminates on.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.