public class UpdateRecordSetResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
UpdateRecordSetResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UpdateRecordSetResponse |
FQDN(String FQDN) |
String |
getFQDN()
Get FQDN
|
String |
getHost()
Get host
|
String |
getID()
Get ID
|
String |
getLine()
Get line
|
String |
getType()
Get type
|
int |
hashCode() |
UpdateRecordSetResponse |
host(String host) |
UpdateRecordSetResponse |
ID(String ID) |
Boolean |
isWeightEnabled()
Get weightEnabled
|
UpdateRecordSetResponse |
line(String line) |
void |
setFQDN(String FQDN) |
void |
setHost(String host) |
void |
setID(String ID) |
void |
setLine(String line) |
void |
setType(String type) |
void |
setWeightEnabled(Boolean weightEnabled) |
String |
toString() |
UpdateRecordSetResponse |
type(String type) |
UpdateRecordSetResponse |
weightEnabled(Boolean weightEnabled) |
getResponseMetadata, setResponseMetadatapublic UpdateRecordSetResponse FQDN(String FQDN)
public String getFQDN()
public void setFQDN(String FQDN)
public UpdateRecordSetResponse host(String host)
public String getHost()
public void setHost(String host)
public UpdateRecordSetResponse ID(String ID)
public String getID()
public void setID(String ID)
public UpdateRecordSetResponse line(String line)
public String getLine()
public void setLine(String line)
public UpdateRecordSetResponse type(String type)
public String getType()
public void setType(String type)
public UpdateRecordSetResponse weightEnabled(Boolean weightEnabled)
public Boolean isWeightEnabled()
public void setWeightEnabled(Boolean weightEnabled)
Copyright © 2026. All rights reserved.