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

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

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

/**
 * Created by talzur on 16/01/2017.
 */
class ActiveInstanceFilter {
    //region Members
    private String elastigroupId;
    //endregion
    //region Getter and Setter methods

    public String getElastigroupId() {
        return elastigroupId;
    }

    public void setElastigroupId(String elastigroupId) {
        this.elastigroupId = elastigroupId;
    }

    //endregion
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy