public class ModifyBlbAttributesRequest extends AbstractBceRequest
| Constructor and Description |
|---|
ModifyBlbAttributesRequest() |
ModifyBlbAttributesRequest(String blbId,
String name,
String desc) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllocateIpv6() |
Boolean |
getAllowDelete() |
String |
getBlbId() |
String |
getClientToken() |
String |
getDesc() |
String |
getName() |
void |
setAllocateIpv6(Boolean allocateIpv6) |
void |
setAllowDelete(Boolean allowDelete) |
void |
setBlbId(String blbId) |
void |
setClientToken(String clientToken) |
void |
setDesc(String desc) |
void |
setName(String name) |
ModifyBlbAttributesRequest |
withAllocateIpv6(Boolean allocateIpv6) |
ModifyBlbAttributesRequest |
withAllowDelete(Boolean allowDelete) |
ModifyBlbAttributesRequest |
withBlbId(String blbId) |
ModifyBlbAttributesRequest |
withClientToken(String clientToken) |
ModifyBlbAttributesRequest |
withDesc(String desc) |
ModifyBlbAttributesRequest |
withName(String name) |
ModifyBlbAttributesRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic ModifyBlbAttributesRequest withClientToken(String clientToken)
public ModifyBlbAttributesRequest withBlbId(String blbId)
public ModifyBlbAttributesRequest withName(String name)
public ModifyBlbAttributesRequest withDesc(String desc)
public ModifyBlbAttributesRequest withAllowDelete(Boolean allowDelete)
public ModifyBlbAttributesRequest withAllocateIpv6(Boolean allocateIpv6)
public String getClientToken()
public void setClientToken(String clientToken)
public String getBlbId()
public void setBlbId(String blbId)
public String getName()
public void setName(String name)
public String getDesc()
public void setDesc(String desc)
public Boolean getAllowDelete()
public void setAllowDelete(Boolean allowDelete)
public Boolean getAllocateIpv6()
public void setAllocateIpv6(Boolean allocateIpv6)
public ModifyBlbAttributesRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2026. All rights reserved.