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

com.spotinst.sdkjava.model.requests.azure.statefulNode.ApiStatefulNodeStateChangeRequest Maven / Gradle / Ivy

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

public class ApiStatefulNodeStateChangeRequest {

    private String state;

    public ApiStatefulNodeStateChangeRequest() {

    }

    public String getState() {
        return state;
    }

    public void setState(String state) {
        this.state = state;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy