com.baidubce.services.peerconn.model
Class ListPeerConnRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.model.ListRequest
          extended by com.baidubce.services.peerconn.model.ListPeerConnRequest

public class ListPeerConnRequest
extends ListRequest

The request for list peer conn.


Constructor Summary
ListPeerConnRequest()
           
 
Method Summary
 String getVpcId()
           
 void setVpcId(String vpcId)
           
 AbstractBceRequest withRequestCredentials(BceCredentials credentials)
           
 ListPeerConnRequest withVpcId(String vpcId)
          Configure vpcId for the request.
 
Methods inherited from class com.baidubce.model.ListRequest
getMarker, getMaxKeys, setMarker, setMaxKeys, withMarker, withMaxKeys
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListPeerConnRequest

public ListPeerConnRequest()
Method Detail

withVpcId

public ListPeerConnRequest withVpcId(String vpcId)
Configure vpcId for the request.

Parameters:
vpcId - The vpcId of ListPeerConnRequest
Returns:
ListPeerConnRequest with specific vpcId

getVpcId

public String getVpcId()

setVpcId

public void setVpcId(String vpcId)

withRequestCredentials

public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
Specified by:
withRequestCredentials in class AbstractBceRequest


Copyright © 2018. All rights reserved.