@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBGPPeerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the CreateBGPPeer operation.
NOOP| Constructor and Description |
|---|
CreateBGPPeerRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateBGPPeerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
NewBGPPeer |
getNewBGPPeer()
Detailed information for the BGP peer to be created.
|
String |
getVirtualInterfaceId()
The ID of the virtual interface on which the BGP peer will be provisioned.
|
int |
hashCode() |
void |
setNewBGPPeer(NewBGPPeer newBGPPeer)
Detailed information for the BGP peer to be created.
|
void |
setVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface on which the BGP peer will be provisioned.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateBGPPeerRequest |
withNewBGPPeer(NewBGPPeer newBGPPeer)
Detailed information for the BGP peer to be created.
|
CreateBGPPeerRequest |
withVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface on which the BGP peer will be provisioned.
|
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, withSdkRequestTimeoutpublic void setVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface on which the BGP peer will be provisioned.
Example: dxvif-456abc78
Default: None
virtualInterfaceId - The ID of the virtual interface on which the BGP peer will be provisioned.
Example: dxvif-456abc78
Default: None
public String getVirtualInterfaceId()
The ID of the virtual interface on which the BGP peer will be provisioned.
Example: dxvif-456abc78
Default: None
Example: dxvif-456abc78
Default: None
public CreateBGPPeerRequest withVirtualInterfaceId(String virtualInterfaceId)
The ID of the virtual interface on which the BGP peer will be provisioned.
Example: dxvif-456abc78
Default: None
virtualInterfaceId - The ID of the virtual interface on which the BGP peer will be provisioned.
Example: dxvif-456abc78
Default: None
public void setNewBGPPeer(NewBGPPeer newBGPPeer)
Detailed information for the BGP peer to be created.
Default: None
newBGPPeer - Detailed information for the BGP peer to be created.
Default: None
public NewBGPPeer getNewBGPPeer()
Detailed information for the BGP peer to be created.
Default: None
Default: None
public CreateBGPPeerRequest withNewBGPPeer(NewBGPPeer newBGPPeer)
Detailed information for the BGP peer to be created.
Default: None
newBGPPeer - Detailed information for the BGP peer to be created.
Default: None
public String toString()
toString in class ObjectObject.toString()public CreateBGPPeerRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.