com.baidubce.services.eipgroup.model
Class PurchaseReservedEipGroupRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.eipgroup.model.PurchaseReservedEipGroupRequest

public class PurchaseReservedEipGroupRequest
extends AbstractBceRequest

The request for purchaseReserving eip group.


Constructor Summary
PurchaseReservedEipGroupRequest()
           
 
Method Summary
 Billing getBilling()
           
 String getClientToken()
           
 String getId()
           
 void setBilling(Billing billing)
           
 void setClientToken(String clientToken)
           
 void setId(String id)
           
 PurchaseReservedEipGroupRequest withBilling(Billing billing)
          Configure billing for the request.
 PurchaseReservedEipGroupRequest withId(String id)
          Configure id for the request.
 AbstractBceRequest 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

PurchaseReservedEipGroupRequest

public PurchaseReservedEipGroupRequest()
Method Detail

withBilling

public PurchaseReservedEipGroupRequest withBilling(Billing billing)
Configure billing for the request.

Parameters:
billing - The spec of PurchaseReservedEipGroupRequest
Returns:
PurchaseReservedEipGroupRequest with specific billing

withId

public PurchaseReservedEipGroupRequest withId(String id)
Configure id for the request.

Parameters:
id - The id of the eip group.
Returns:
PurchaseReservedNatRequest with specific id

getClientToken

public String getClientToken()

setClientToken

public void setClientToken(String clientToken)

getId

public String getId()

setId

public void setId(String id)

getBilling

public Billing getBilling()

setBilling

public void setBilling(Billing billing)

withRequestCredentials

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


Copyright © 2018. All rights reserved.