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

com.aliyun.ice20201109.models.GetLiveSnapshotJobRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class GetLiveSnapshotJobRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

a046-263c-3560-978a-fb287782

*/ @NameInMap("JobId") public String jobId; public static GetLiveSnapshotJobRequest build(java.util.Map map) throws Exception { GetLiveSnapshotJobRequest self = new GetLiveSnapshotJobRequest(); return TeaModel.build(map, self); } public GetLiveSnapshotJobRequest setJobId(String jobId) { this.jobId = jobId; return this; } public String getJobId() { return this.jobId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy