类 GetAspRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.bcc.model.asp.GetAspRequest
-
public class GetAspRequest extends AbstractBceRequest
The request for getting detail of the autoSnapshotPolicy.
-
-
构造器概要
构造器 构造器 说明 GetAspRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAspId()voidsetAspId(String aspId)GetAspRequestwithAspId(String aspId)Configure aspId for the request.GetAspRequestwithRequestCredentials(BceCredentials credentials)Configure request credential for the request.-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getAspId
public String getAspId()
-
setAspId
public void setAspId(String aspId)
-
withAspId
public GetAspRequest withAspId(String aspId)
Configure aspId for the request.- 参数:
aspId- The id of asp.- 返回:
- GetAspRequest with aspId.
-
withRequestCredentials
public GetAspRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.- 指定者:
withRequestCredentials在类中AbstractBceRequest- 参数:
credentials- a valid instance of BceCredentials.- 返回:
- GetSnapshotRequest with credentials.
-
-