com.baidubce.services.blb.model
Class ModifyBSAttributesRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.blb.model.ModifyBSAttributesRequest

public class ModifyBSAttributesRequest
extends AbstractBceRequest

The request for modify backendServer attributes.


Constructor Summary
ModifyBSAttributesRequest(String blbId, List<BackendServer> backendServerList)
           
 
Method Summary
 List<BackendServer> getBackendServerList()
           
 String getBlbId()
           
 String getClientToken()
           
 void setBackendServerList(List<BackendServer> backendServerList)
           
 void setBlbId(String blbId)
           
 void setClientToken(String clientToken)
           
 ModifyBSAttributesRequest withBackendServerList(List<BackendServer> backendServerList)
           
 ModifyBSAttributesRequest withBlbId(String blbId)
           
 ModifyBSAttributesRequest withClientToken(String clientToken)
           
 ModifyBSAttributesRequest withRequestCredentials(BceCredentials credentials)
           
 
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

ModifyBSAttributesRequest

public ModifyBSAttributesRequest(String blbId,
                                 List<BackendServer> backendServerList)
Method Detail

withClientToken

public ModifyBSAttributesRequest withClientToken(String clientToken)

withBlbId

public ModifyBSAttributesRequest withBlbId(String blbId)

withBackendServerList

public ModifyBSAttributesRequest withBackendServerList(List<BackendServer> backendServerList)

getClientToken

public String getClientToken()

setClientToken

public void setClientToken(String clientToken)

getBlbId

public String getBlbId()

setBlbId

public void setBlbId(String blbId)

getBackendServerList

public List<BackendServer> getBackendServerList()

setBackendServerList

public void setBackendServerList(List<BackendServer> backendServerList)

withRequestCredentials

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


Copyright © 2018. All rights reserved.