@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ByoipCidrEvent extends Object implements Serializable, Cloneable, StructuredPojo
A complex type that contains a Message and a Timestamp value for changes that you make in
the status an IP address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).
| Constructor and Description |
|---|
ByoipCidrEvent() |
| Modifier and Type | Method and Description |
|---|---|
ByoipCidrEvent |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
A string that contains an
Event message describing changes that you make in the status of an IP
address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP). |
Date |
getTimestamp()
A timestamp when you make a status change for an IP address range that you bring to AWS Global Accelerator
through bring your own IP address (BYOIP).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMessage(String message)
A string that contains an
Event message describing changes that you make in the status of an IP
address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP). |
void |
setTimestamp(Date timestamp)
A timestamp when you make a status change for an IP address range that you bring to AWS Global Accelerator
through bring your own IP address (BYOIP).
|
String |
toString()
Returns a string representation of this object.
|
ByoipCidrEvent |
withMessage(String message)
A string that contains an
Event message describing changes that you make in the status of an IP
address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP). |
ByoipCidrEvent |
withTimestamp(Date timestamp)
A timestamp when you make a status change for an IP address range that you bring to AWS Global Accelerator
through bring your own IP address (BYOIP).
|
public void setMessage(String message)
A string that contains an Event message describing changes that you make in the status of an IP
address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).
message - A string that contains an Event message describing changes that you make in the status of an
IP address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).public String getMessage()
A string that contains an Event message describing changes that you make in the status of an IP
address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).
Event message describing changes that you make in the status of an
IP address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).public ByoipCidrEvent withMessage(String message)
A string that contains an Event message describing changes that you make in the status of an IP
address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).
message - A string that contains an Event message describing changes that you make in the status of an
IP address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).public void setTimestamp(Date timestamp)
A timestamp when you make a status change for an IP address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).
timestamp - A timestamp when you make a status change for an IP address range that you bring to AWS Global Accelerator
through bring your own IP address (BYOIP).public Date getTimestamp()
A timestamp when you make a status change for an IP address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).
public ByoipCidrEvent withTimestamp(Date timestamp)
A timestamp when you make a status change for an IP address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).
timestamp - A timestamp when you make a status change for an IP address range that you bring to AWS Global Accelerator
through bring your own IP address (BYOIP).public String toString()
toString in class ObjectObject.toString()public ByoipCidrEvent clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.