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

com.aliyun.ens20171110.models.RebootARMServerInstanceRequest Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ens20171110.models;

import com.aliyun.tea.*;

public class RebootARMServerInstanceRequest extends TeaModel {
    /**
     * 

The ID of the server.

* * example: *

yourInstance ID

*/ @NameInMap("ServerId") public String serverId; public static RebootARMServerInstanceRequest build(java.util.Map map) throws Exception { RebootARMServerInstanceRequest self = new RebootARMServerInstanceRequest(); return TeaModel.build(map, self); } public RebootARMServerInstanceRequest setServerId(String serverId) { this.serverId = serverId; return this; } public String getServerId() { return this.serverId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy