类 ListClusterHostsRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.bmr.model.ListClusterHostsRequest
-
public class ListClusterHostsRequest extends AbstractBceRequest
-
-
构造器概要
构造器 构造器 说明 ListClusterHostsRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetClusterId()voidsetClusterId(String clusterId)ListClusterHostsRequestwithClusterId(String clusterId)Configure the ID of the target cluster for the request.ListClusterHostsRequestwithRequestCredentials(BceCredentials credentials)Configure request credential for the request.-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getClusterId
public String getClusterId()
-
setClusterId
public void setClusterId(String clusterId)
-
withClusterId
public ListClusterHostsRequest withClusterId(String clusterId)
Configure the ID of the target cluster for the request.- 参数:
clusterId- The ID of the target cluster.- 返回:
- ListClusterHostsRequest
-
withRequestCredentials
public ListClusterHostsRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.- 指定者:
withRequestCredentials在类中AbstractBceRequest- 参数:
credentials- a valid instance of BceCredentials.- 返回:
- ListClusterHostsRequest
-
-