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

com.spotinst.sdkjava.model.ElastigroupScalingResponse Maven / Gradle / Ivy

There is a newer version: 1.0.121
Show newest version
package com.spotinst.sdkjava.model;

import java.util.List;

/**
 * Created by talzur on 26/01/2017.
 */
public class ElastigroupScalingResponse {
    //region Members
    private List newInstances;
    private List newSpotRequests;
    //endregion

    //region Getter and Setter methods

    public List getNewInstances() {
        return newInstances;
    }

    public void setNewInstances(List newInstances) {
        this.newInstances = newInstances;
    }

    public List getNewSpotRequests() {
        return newSpotRequests;
    }

    public void setNewSpotRequests(List newSpotRequests) {
        this.newSpotRequests = newSpotRequests;
    }
    //endregion
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy