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

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

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

import com.aliyun.tea.*;

public class GetCustomizedVoiceRequest extends TeaModel {
    @NameInMap("VoiceId")
    public String voiceId;

    public static GetCustomizedVoiceRequest build(java.util.Map map) throws Exception {
        GetCustomizedVoiceRequest self = new GetCustomizedVoiceRequest();
        return TeaModel.build(map, self);
    }

    public GetCustomizedVoiceRequest setVoiceId(String voiceId) {
        this.voiceId = voiceId;
        return this;
    }
    public String getVoiceId() {
        return this.voiceId;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy