com.baidubce.services.nat.model
Class ReleaseNatRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.nat.model.ReleaseNatRequest
public class ReleaseNatRequest
- extends AbstractBceRequest
The request for releasing nat.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReleaseNatRequest
public ReleaseNatRequest()
withNatId
public ReleaseNatRequest withNatId(String natId)
- Configure natId for the request.
- Parameters:
natId
- The id of the nat.
- Returns:
- ReleaseNatRequest with specific natId
getClientToken
public String getClientToken()
setClientToken
public void setClientToken(String clientToken)
getNatId
public String getNatId()
setNatId
public void setNatId(String natId)
withRequestCredentials
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
- Specified by:
withRequestCredentials
in class AbstractBceRequest
Copyright © 2018. All rights reserved.