@Generated(value="software.amazon.awssdk:codegen") public final class OpsItemSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OpsItemSummary.Builder,OpsItemSummary>
A count of OpsItems.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OpsItemSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OpsItemSummary.Builder |
builder() |
String |
category()
A list of OpsItems by category.
|
String |
createdBy()
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
|
Instant |
createdTime()
The date and time the OpsItem was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasOperationalData()
Returns true if the OperationalData property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
String |
lastModifiedBy()
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
|
Instant |
lastModifiedTime()
The date and time the OpsItem was last updated.
|
Map<String,OpsItemDataValue> |
operationalData()
Operational data is custom data that provides useful reference details about the OpsItem.
|
String |
opsItemId()
The ID of the OpsItem.
|
Integer |
priority()
The importance of this OpsItem in relation to other OpsItems in the system.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OpsItemSummary.Builder> |
serializableBuilderClass() |
String |
severity()
A list of OpsItems by severity.
|
String |
source()
The impacted AWS resource.
|
OpsItemStatus |
status()
The OpsItem status.
|
String |
statusAsString()
The OpsItem status.
|
String |
title()
A short heading that describes the nature of the OpsItem and the impacted resource.
|
OpsItemSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String createdBy()
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
public Instant createdTime()
The date and time the OpsItem was created.
public String lastModifiedBy()
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
public Instant lastModifiedTime()
The date and time the OpsItem was last updated.
public Integer priority()
The importance of this OpsItem in relation to other OpsItems in the system.
public String source()
The impacted AWS resource.
public OpsItemStatus status()
The OpsItem status. Status can be Open, In Progress, or Resolved.
If the service returns an enum value that is not available in the current SDK version, status will
return OpsItemStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Open, In Progress, or Resolved.OpsItemStatuspublic String statusAsString()
The OpsItem status. Status can be Open, In Progress, or Resolved.
If the service returns an enum value that is not available in the current SDK version, status will
return OpsItemStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Open, In Progress, or Resolved.OpsItemStatuspublic String opsItemId()
The ID of the OpsItem.
public String title()
A short heading that describes the nature of the OpsItem and the impacted resource.
public boolean hasOperationalData()
public Map<String,OpsItemDataValue> operationalData()
Operational data is custom data that provides useful reference details about the OpsItem.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOperationalData() to see if a value was sent in this field.
public String category()
A list of OpsItems by category.
public String severity()
A list of OpsItems by severity.
public OpsItemSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OpsItemSummary.Builder,OpsItemSummary>public static OpsItemSummary.Builder builder()
public static Class<? extends OpsItemSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.