All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyuncs.batchcompute.model.v20151111.GetAvailableResourceResponse Maven / Gradle / Ivy

Go to download

Aliyun Open API SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com

There is a newer version: 6.2.4
Show newest version
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