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

com.aliyun.sdk.service.ecs20140526.models.ModifyPrefixListResponseBody Maven / Gradle / Ivy

The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.ecs20140526.models;

import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;

/**
 * 
 * {@link ModifyPrefixListResponseBody} extends {@link TeaModel}
 *
 * 

ModifyPrefixListResponseBody

*/ public class ModifyPrefixListResponseBody extends TeaModel { @com.aliyun.core.annotation.NameInMap("RequestId") private String requestId; private ModifyPrefixListResponseBody(Builder builder) { this.requestId = builder.requestId; } public static Builder builder() { return new Builder(); } public static ModifyPrefixListResponseBody create() { return builder().build(); } /** * @return requestId */ public String getRequestId() { return this.requestId; } public static final class Builder { private String requestId; /** *

The request ID.

* * example: *

38793DB8-A4B2-4AEC-BFD3-111234E9188D

*/ public Builder requestId(String requestId) { this.requestId = requestId; return this; } public ModifyPrefixListResponseBody build() { return new ModifyPrefixListResponseBody(this); } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy