Class InstanceStatusEvent
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InstanceStatusEvent.Builder,InstanceStatusEvent>
Describes a scheduled event for an instance.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic InstanceStatusEvent.Builderbuilder()final EventCodecode()The event code.final StringThe event code.final StringA description of the event.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe ID of the event.final InstantnotAfter()The latest scheduled end time for the event.final InstantThe earliest scheduled start time for the event.final InstantThe deadline for starting the event.static Class<? extends InstanceStatusEvent.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
instanceEventId
The ID of the event.
- Returns:
- The ID of the event.
-
code
The event code.
If the service returns an enum value that is not available in the current SDK version,
codewill returnEventCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcodeAsString().- Returns:
- The event code.
- See Also:
-
codeAsString
The event code.
If the service returns an enum value that is not available in the current SDK version,
codewill returnEventCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcodeAsString().- Returns:
- The event code.
- See Also:
-
description
A description of the event.
After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].
- Returns:
- A description of the event.
After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].
-
notAfter
The latest scheduled end time for the event.
- Returns:
- The latest scheduled end time for the event.
-
notBefore
The earliest scheduled start time for the event.
- Returns:
- The earliest scheduled start time for the event.
-
notBeforeDeadline
The deadline for starting the event.
- Returns:
- The deadline for starting the event.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<InstanceStatusEvent.Builder,InstanceStatusEvent>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-