@Generated(value="software.amazon.awssdk:codegen") public final class OpsItemEventSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OpsItemEventSummary.Builder,OpsItemEventSummary>
Summary information about an OpsItem event.
Modifier and Type | Class and Description |
---|---|
static interface |
OpsItemEventSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static OpsItemEventSummary.Builder |
builder() |
OpsItemIdentity |
createdBy()
Information about the user or resource that created the OpsItem event.
|
Instant |
createdTime()
The date and time the OpsItem event was created.
|
String |
detail()
Specific information about the OpsItem event.
|
String |
detailType()
The type of information provided as a detail.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
String |
eventId()
The ID of the OpsItem event.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
opsItemId()
The ID of the OpsItem.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OpsItemEventSummary.Builder> |
serializableBuilderClass() |
String |
source()
The source of the OpsItem event.
|
OpsItemEventSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public final String opsItemId()
The ID of the OpsItem.
public final String eventId()
The ID of the OpsItem event.
public final String source()
The source of the OpsItem event.
public final String detailType()
The type of information provided as a detail.
public final String detail()
Specific information about the OpsItem event.
public final OpsItemIdentity createdBy()
Information about the user or resource that created the OpsItem event.
public final Instant createdTime()
The date and time the OpsItem event was created.
public OpsItemEventSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<OpsItemEventSummary.Builder,OpsItemEventSummary>
public static OpsItemEventSummary.Builder builder()
public static Class<? extends OpsItemEventSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.