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

com.spotinst.sdkjava.model.bl.mrScaler.aws.BlMrScalerAwsFile Maven / Gradle / Ivy

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


import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;

@JsonIgnoreProperties(ignoreUnknown = true)
@JsonInclude(JsonInclude.Include.NON_NULL)
public class BlMrScalerAwsFile {
    //region Members
    private BlMrScalerAwsFileParams file;
    // endregion

    //region Constructor
    public BlMrScalerAwsFile() {
    }
    // endregion

    // region methods
    // region file
    public BlMrScalerAwsFileParams getFile() {
        return file;
    }

    public void setFile(BlMrScalerAwsFileParams file) {
        this.file = file;
    }
    // endregion
    // endregion
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy