public class DeletePrefixListRequest extends Object
| 构造器和说明 |
|---|
DeletePrefixListRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
DeletePrefixListRequest |
clientToken(String clientToken) |
DeletePrefixListRequest |
dryRun(Boolean dryRun) |
boolean |
equals(Object o) |
String |
getClientToken()
Get clientToken
|
@NotNull String |
getPrefixListId()
Get prefixListId
|
int |
hashCode() |
Boolean |
isDryRun()
Get dryRun
|
DeletePrefixListRequest |
prefixListId(String prefixListId) |
void |
setClientToken(String clientToken) |
void |
setDryRun(Boolean dryRun) |
void |
setPrefixListId(String prefixListId) |
String |
toString() |
public DeletePrefixListRequest clientToken(String clientToken)
public String getClientToken()
public void setClientToken(String clientToken)
public DeletePrefixListRequest dryRun(Boolean dryRun)
public Boolean isDryRun()
public void setDryRun(Boolean dryRun)
public DeletePrefixListRequest prefixListId(String prefixListId)
@NotNull public @NotNull String getPrefixListId()
public void setPrefixListId(String prefixListId)
Copyright © 2024. All rights reserved.