@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceleratorEvent extends Object implements Serializable, Cloneable, StructuredPojo
A complex type that contains a Timestamp
value and Message
for changes that you make to an
accelerator in Global Accelerator. Messages stored here provide progress or error information when you update an
accelerator from IPv4 to dual-stack, or from dual-stack to IPv4. Global Accelerator stores a maximum of ten event
messages.
Constructor and Description |
---|
AcceleratorEvent() |
Modifier and Type | Method and Description |
---|---|
AcceleratorEvent |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
A string that contains an
Event message describing changes or errors when you update an accelerator
in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4. |
Date |
getTimestamp()
A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to
IPv4.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMessage(String message)
A string that contains an
Event message describing changes or errors when you update an accelerator
in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4. |
void |
setTimestamp(Date timestamp)
A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to
IPv4.
|
String |
toString()
Returns a string representation of this object.
|
AcceleratorEvent |
withMessage(String message)
A string that contains an
Event message describing changes or errors when you update an accelerator
in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4. |
AcceleratorEvent |
withTimestamp(Date timestamp)
A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to
IPv4.
|
public void setMessage(String message)
A string that contains an Event
message describing changes or errors when you update an accelerator
in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.
message
- A string that contains an Event
message describing changes or errors when you update an
accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.public String getMessage()
A string that contains an Event
message describing changes or errors when you update an accelerator
in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.
Event
message describing changes or errors when you update an
accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.public AcceleratorEvent withMessage(String message)
A string that contains an Event
message describing changes or errors when you update an accelerator
in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.
message
- A string that contains an Event
message describing changes or errors when you update an
accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.public void setTimestamp(Date timestamp)
A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.
timestamp
- A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or
dual-stack to IPv4.public Date getTimestamp()
A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.
public AcceleratorEvent withTimestamp(Date timestamp)
A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.
timestamp
- A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or
dual-stack to IPv4.public String toString()
toString
in class Object
Object.toString()
public AcceleratorEvent clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.