public static final class UnbindInstanceDomainsResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UnbindInstanceDomainsResponseBody |
build() |
UnbindInstanceDomainsResponseBody.Builder |
failedCount(Integer failedCount)
The number of domain names that failed to be unbound from the instance.
|
UnbindInstanceDomainsResponseBody.Builder |
requestId(String requestId)
The request ID.
|
UnbindInstanceDomainsResponseBody.Builder |
successCount(Integer successCount)
The number of domain names that are unbound from the instance.
|
public UnbindInstanceDomainsResponseBody.Builder failedCount(Integer failedCount)
The number of domain names that failed to be unbound from the instance.
example:0
public UnbindInstanceDomainsResponseBody.Builder requestId(String requestId)
The request ID.
example:123
public UnbindInstanceDomainsResponseBody.Builder successCount(Integer successCount)
The number of domain names that are unbound from the instance.
example:2
public UnbindInstanceDomainsResponseBody build()
Copyright © 2026. All rights reserved.