com.baidubce.services.nat.model
Class GetNatRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.nat.model.GetNatRequest

public class GetNatRequest
extends AbstractBceRequest

The request for got a nat.


Constructor Summary
GetNatRequest()
           
 
Method Summary
 String getNatId()
           
 void setNatId(String natId)
           
 GetNatRequest withNatId(String natId)
          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

GetNatRequest

public GetNatRequest()
Method Detail

withRequestCredentials

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

withNatId

public GetNatRequest withNatId(String natId)
Configure id for the request.

Parameters:
natId - The name of GetNatRequest
Returns:
GetNatRequest with specific name

getNatId

public String getNatId()

setNatId

public void setNatId(String natId)


Copyright © 2018. All rights reserved.