StructuredPojo
, ToCopyableBuilder<NewBGPPeer.Builder,NewBGPPeer>
@Generated("software.amazon.awssdk:codegen") public class NewBGPPeer extends Object implements StructuredPojo, ToCopyableBuilder<NewBGPPeer.Builder,NewBGPPeer>
A structure containing information about a new BGP peer.
Modifier and Type | Class | Description |
---|---|---|
static interface |
NewBGPPeer.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
addressFamily() |
|
String |
amazonAddress() |
|
Integer |
asn() |
|
String |
authKey() |
|
static NewBGPPeer.Builder |
builder() |
|
String |
customerAddress() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends NewBGPPeer.Builder> |
serializableBuilderClass() |
|
NewBGPPeer.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Integer asn()
public String authKey()
public String addressFamily()
AddressFamily
public String amazonAddress()
public String customerAddress()
public NewBGPPeer.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NewBGPPeer.Builder,NewBGPPeer>
public static NewBGPPeer.Builder builder()
public static Class<? extends NewBGPPeer.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.