public class AllocateEipAddressResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
AllocateEipAddressResponse() |
| Modifier and Type | Method and Description |
|---|---|
AllocateEipAddressResponse |
allocationId(String allocationId) |
AllocateEipAddressResponse |
eipAddress(String eipAddress) |
boolean |
equals(Object o) |
String |
getAllocationId()
Get allocationId
|
String |
getEipAddress()
Get eipAddress
|
String |
getRequestId()
Get requestId
|
int |
hashCode() |
AllocateEipAddressResponse |
requestId(String requestId) |
void |
setAllocationId(String allocationId) |
void |
setEipAddress(String eipAddress) |
void |
setRequestId(String requestId) |
String |
toString() |
getResponseMetadata, setResponseMetadatapublic AllocateEipAddressResponse allocationId(String allocationId)
public String getAllocationId()
public void setAllocationId(String allocationId)
public AllocateEipAddressResponse eipAddress(String eipAddress)
public String getEipAddress()
public void setEipAddress(String eipAddress)
public AllocateEipAddressResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2024. All rights reserved.