@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 String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.