@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 |
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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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 |
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 Map<String,OpsItemDataValue> operationalData()
Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.
This custom data is searchable, but with restrictions. For the Searchable operational data feature,
all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API action) can
view and search on the specified data. For the Private operational data feature, the data is only
viewable by users who have access to the OpsItem (as provided by the GetOpsItem API action).
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This custom data is searchable, but with restrictions. For the Searchable operational data
feature, all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems
API action) can view and search on the specified data. For the Private operational data
feature, the data is only viewable by users who have access to the OpsItem (as provided by the
GetOpsItem API action).
public OpsItemSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OpsItemSummary.Builder,OpsItemSummary>public static OpsItemSummary.Builder builder()
public static Class<? extends OpsItemSummary.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.