类 GetNatRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.nat.model.GetNatRequest
-
public class GetNatRequest extends AbstractBceRequest
The request for got a nat.
-
-
构造器概要
构造器 构造器 说明 GetNatRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetNatId()voidsetNatId(String natId)GetNatRequestwithNatId(String natId)Configure id for the request.AbstractBceRequestwithRequestCredentials(BceCredentials credentials)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
withRequestCredentials
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
withNatId
public GetNatRequest withNatId(String natId)
Configure id for the request.- 参数:
natId- The name of GetNatRequest- 返回:
- GetNatRequest with specific name
-
getNatId
public String getNatId()
-
setNatId
public void setNatId(String natId)
-
-