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

com.aliyun.sdk.service.ens20171110.models.StopSnatIpForSnatEntryResponseBody Maven / Gradle / Ivy

The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.ens20171110.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 StopSnatIpForSnatEntryResponseBody} extends {@link TeaModel}
 *
 * 

StopSnatIpForSnatEntryResponseBody

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

The ID of the request.

* * example: *

9A415CB9-7591-566F-924B-32709578756B

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy