@Generated(value="software.amazon.awssdk:codegen") public final class OpsItemRelatedItemSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OpsItemRelatedItemSummary.Builder,OpsItemRelatedItemSummary>
Summary information about related-item resources for an OpsItem.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OpsItemRelatedItemSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
associationId()
The association ID.
|
String |
associationType()
The association type.
|
static OpsItemRelatedItemSummary.Builder |
builder() |
OpsItemIdentity |
createdBy()
Returns the value of the CreatedBy property for this object.
|
Instant |
createdTime()
The time the related-item association was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OpsItemIdentity |
lastModifiedBy()
Returns the value of the LastModifiedBy property for this object.
|
Instant |
lastModifiedTime()
The time the related-item association was last updated.
|
String |
opsItemId()
The OpsItem ID.
|
String |
resourceType()
The resource type.
|
String |
resourceUri()
The Amazon Resource Name (ARN) of the related-item resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OpsItemRelatedItemSummary.Builder> |
serializableBuilderClass() |
OpsItemRelatedItemSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String opsItemId()
The OpsItem ID.
public final String associationId()
The association ID.
public final String resourceType()
The resource type.
public final String associationType()
The association type.
public final String resourceUri()
The Amazon Resource Name (ARN) of the related-item resource.
public final OpsItemIdentity createdBy()
public final Instant createdTime()
The time the related-item association was created.
public final OpsItemIdentity lastModifiedBy()
public final Instant lastModifiedTime()
The time the related-item association was last updated.
public OpsItemRelatedItemSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OpsItemRelatedItemSummary.Builder,OpsItemRelatedItemSummary>public static OpsItemRelatedItemSummary.Builder builder()
public static Class<? extends OpsItemRelatedItemSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.