com.aliyuncs.batchcompute.model.v20151111.GetAvailableResourceResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aliyun-java-sdk-batchcompute Show documentation
Show all versions of aliyun-java-sdk-batchcompute Show documentation
Aliyun Open API SDK for Java
Copyright (C) Alibaba Cloud Computing
All rights reserved.
版权所有 (C)阿里云计算有限公司
http://www.aliyun.com
package com.aliyuncs.batchcompute.model.v20151111;
import com.aliyuncs.batchcompute.main.v20151111.BatchComputeResponse;
import com.aliyuncs.batchcompute.pojo.v20151111.AvailableResource;
import com.aliyuncs.batchcompute.transform.v20151111.GetAvailableResourceResponseUnmarshaller;
import com.aliyuncs.exceptions.ServerException;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetAvailableResourceResponse extends BatchComputeResponse {
private AvailableResource availableResource;
public AvailableResource getAvailableResource() {
return availableResource;
}
public void setAvailableResource(AvailableResource availableResource) {
this.availableResource = availableResource;
}
@Override
public GetAvailableResourceResponse getInstance(UnmarshallerContext context) throws ServerException {
return GetAvailableResourceResponseUnmarshaller.unmarshall(this, context);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy