类 ListAspsRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.model.ListRequest
-
- com.baidubce.services.bcc.model.asp.ListAspsRequest
-
public class ListAspsRequest extends ListRequest
The request for listing autoSnapshotPolicies.
-
-
构造器概要
构造器 构造器 说明 ListAspsRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAspName()StringgetVolumeName()voidsetAspName(String aspName)voidsetVolumeName(String volumeName)ListAspsRequestwithAspName(String aspName)Configure the request with specified aspName.ListAspsRequestwithMarker(String marker)Configure the request with specified marker.ListAspsRequestwithMaxKeys(int maxKeys)Configure the request with specified maxKeys.ListAspsRequestwithRequestCredentials(BceCredentials credentials)Configure request credential for the request.ListAspsRequestwithVolumeName(String volumeName)Configure the request with specified aspName.-
从类继承的方法 com.baidubce.model.ListRequest
getMarker, getMaxKeys, setMarker, setMaxKeys
-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getAspName
public String getAspName()
-
setAspName
public void setAspName(String aspName)
-
getVolumeName
public String getVolumeName()
-
setVolumeName
public void setVolumeName(String volumeName)
-
withAspName
public ListAspsRequest withAspName(String aspName)
Configure the request with specified aspName.- 参数:
aspName- The optional parameter to filter asp to list- 返回:
- ListAspsRequest with specified aspName.
-
withVolumeName
public ListAspsRequest withVolumeName(String volumeName)
Configure the request with specified aspName.- 参数:
volumeName- The optional parameter to filter asp to list- 返回:
- ListAspsRequest with specified volumeName.
-
withMarker
public ListAspsRequest withMarker(String marker)
Configure the request with specified marker.- 覆盖:
withMarker在类中ListRequest- 参数:
marker- The optional parameter marker specified in the original request to specify where in the results to begin listing.- 返回:
- ListAspsRequest with specified marker.
-
withMaxKeys
public ListAspsRequest withMaxKeys(int maxKeys)
Configure the request with specified maxKeys.- 覆盖:
withMaxKeys在类中ListRequest- 参数:
maxKeys- The optional parameter to specifies the max number of list result to return. The default value is 1000.- 返回:
- ListAspsRequest with specified maxKeys.
-
withRequestCredentials
public ListAspsRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.- 指定者:
withRequestCredentials在类中AbstractBceRequest- 参数:
credentials- a valid instance of BceCredentials.- 返回:
- ListAspsRequest with credentials.
-
-