com.aliyun.sdk.service.iot20180120.models.GetSpeechVoiceRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alibabacloud-iot20180120 Show documentation
Show all versions of alibabacloud-iot20180120 Show documentation
Alibaba Cloud Iot (20180120) Async SDK for Java
The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.iot20180120.models;
import com.aliyun.core.annotation.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
* {@link GetSpeechVoiceRequest} extends {@link RequestModel}
*
* GetSpeechVoiceRequest
*/
public class GetSpeechVoiceRequest extends Request {
private GetSpeechVoiceRequest(Builder builder) {
super(builder);
}
public static Builder builder() {
return new Builder();
}
public static GetSpeechVoiceRequest create() {
return builder().build();
}
@Override
public Builder toBuilder() {
return new Builder(this);
}
public static final class Builder extends Request.Builder {
private Builder() {
super();
}
private Builder(GetSpeechVoiceRequest request) {
super(request);
}
@Override
public GetSpeechVoiceRequest build() {
return new GetSpeechVoiceRequest(this);
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy