@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddressTransfer extends Object implements Serializable, Cloneable
Details on the Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon VPC User Guide.
Constructor and Description |
---|
AddressTransfer() |
Modifier and Type | Method and Description |
---|---|
AddressTransfer |
clone() |
boolean |
equals(Object obj) |
String |
getAddressTransferStatus()
The Elastic IP address transfer status.
|
String |
getAllocationId()
The allocation ID of an Elastic IP address.
|
String |
getPublicIp()
The Elastic IP address being transferred.
|
String |
getTransferAccountId()
The ID of the account that you want to transfer the Elastic IP address to.
|
Date |
getTransferOfferAcceptedTimestamp()
The timestamp when the Elastic IP address transfer was accepted.
|
Date |
getTransferOfferExpirationTimestamp()
The timestamp when the Elastic IP address transfer expired.
|
int |
hashCode() |
void |
setAddressTransferStatus(String addressTransferStatus)
The Elastic IP address transfer status.
|
void |
setAllocationId(String allocationId)
The allocation ID of an Elastic IP address.
|
void |
setPublicIp(String publicIp)
The Elastic IP address being transferred.
|
void |
setTransferAccountId(String transferAccountId)
The ID of the account that you want to transfer the Elastic IP address to.
|
void |
setTransferOfferAcceptedTimestamp(Date transferOfferAcceptedTimestamp)
The timestamp when the Elastic IP address transfer was accepted.
|
void |
setTransferOfferExpirationTimestamp(Date transferOfferExpirationTimestamp)
The timestamp when the Elastic IP address transfer expired.
|
String |
toString()
Returns a string representation of this object.
|
AddressTransfer |
withAddressTransferStatus(AddressTransferStatus addressTransferStatus)
The Elastic IP address transfer status.
|
AddressTransfer |
withAddressTransferStatus(String addressTransferStatus)
The Elastic IP address transfer status.
|
AddressTransfer |
withAllocationId(String allocationId)
The allocation ID of an Elastic IP address.
|
AddressTransfer |
withPublicIp(String publicIp)
The Elastic IP address being transferred.
|
AddressTransfer |
withTransferAccountId(String transferAccountId)
The ID of the account that you want to transfer the Elastic IP address to.
|
AddressTransfer |
withTransferOfferAcceptedTimestamp(Date transferOfferAcceptedTimestamp)
The timestamp when the Elastic IP address transfer was accepted.
|
AddressTransfer |
withTransferOfferExpirationTimestamp(Date transferOfferExpirationTimestamp)
The timestamp when the Elastic IP address transfer expired.
|
public void setPublicIp(String publicIp)
The Elastic IP address being transferred.
publicIp
- The Elastic IP address being transferred.public String getPublicIp()
The Elastic IP address being transferred.
public AddressTransfer withPublicIp(String publicIp)
The Elastic IP address being transferred.
publicIp
- The Elastic IP address being transferred.public void setAllocationId(String allocationId)
The allocation ID of an Elastic IP address.
allocationId
- The allocation ID of an Elastic IP address.public String getAllocationId()
The allocation ID of an Elastic IP address.
public AddressTransfer withAllocationId(String allocationId)
The allocation ID of an Elastic IP address.
allocationId
- The allocation ID of an Elastic IP address.public void setTransferAccountId(String transferAccountId)
The ID of the account that you want to transfer the Elastic IP address to.
transferAccountId
- The ID of the account that you want to transfer the Elastic IP address to.public String getTransferAccountId()
The ID of the account that you want to transfer the Elastic IP address to.
public AddressTransfer withTransferAccountId(String transferAccountId)
The ID of the account that you want to transfer the Elastic IP address to.
transferAccountId
- The ID of the account that you want to transfer the Elastic IP address to.public void setTransferOfferExpirationTimestamp(Date transferOfferExpirationTimestamp)
The timestamp when the Elastic IP address transfer expired. When the source account starts the transfer, the transfer account has seven hours to allocate the Elastic IP address to complete the transfer, or the Elastic IP address will return to its original owner.
transferOfferExpirationTimestamp
- The timestamp when the Elastic IP address transfer expired. When the source account starts the transfer,
the transfer account has seven hours to allocate the Elastic IP address to complete the transfer, or the
Elastic IP address will return to its original owner.public Date getTransferOfferExpirationTimestamp()
The timestamp when the Elastic IP address transfer expired. When the source account starts the transfer, the transfer account has seven hours to allocate the Elastic IP address to complete the transfer, or the Elastic IP address will return to its original owner.
public AddressTransfer withTransferOfferExpirationTimestamp(Date transferOfferExpirationTimestamp)
The timestamp when the Elastic IP address transfer expired. When the source account starts the transfer, the transfer account has seven hours to allocate the Elastic IP address to complete the transfer, or the Elastic IP address will return to its original owner.
transferOfferExpirationTimestamp
- The timestamp when the Elastic IP address transfer expired. When the source account starts the transfer,
the transfer account has seven hours to allocate the Elastic IP address to complete the transfer, or the
Elastic IP address will return to its original owner.public void setTransferOfferAcceptedTimestamp(Date transferOfferAcceptedTimestamp)
The timestamp when the Elastic IP address transfer was accepted.
transferOfferAcceptedTimestamp
- The timestamp when the Elastic IP address transfer was accepted.public Date getTransferOfferAcceptedTimestamp()
The timestamp when the Elastic IP address transfer was accepted.
public AddressTransfer withTransferOfferAcceptedTimestamp(Date transferOfferAcceptedTimestamp)
The timestamp when the Elastic IP address transfer was accepted.
transferOfferAcceptedTimestamp
- The timestamp when the Elastic IP address transfer was accepted.public void setAddressTransferStatus(String addressTransferStatus)
The Elastic IP address transfer status.
addressTransferStatus
- The Elastic IP address transfer status.AddressTransferStatus
public String getAddressTransferStatus()
The Elastic IP address transfer status.
AddressTransferStatus
public AddressTransfer withAddressTransferStatus(String addressTransferStatus)
The Elastic IP address transfer status.
addressTransferStatus
- The Elastic IP address transfer status.AddressTransferStatus
public AddressTransfer withAddressTransferStatus(AddressTransferStatus addressTransferStatus)
The Elastic IP address transfer status.
addressTransferStatus
- The Elastic IP address transfer status.AddressTransferStatus
public String toString()
toString
in class Object
Object.toString()
public AddressTransfer clone()