Class OpsItemRelatedItemSummary
java.lang.Object
software.amazon.awssdk.services.ssm.model.OpsItemRelatedItemSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OpsItemRelatedItemSummary.Builder,OpsItemRelatedItemSummary>
@Generated("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.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe association ID.final StringThe association type.builder()final OpsItemIdentityReturns the value of the CreatedBy property for this object.final InstantThe time the related-item association was created.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final OpsItemIdentityReturns the value of the LastModifiedBy property for this object.final InstantThe time the related-item association was last updated.final StringThe OpsItem ID.final StringThe resource type.final StringThe Amazon Resource Name (ARN) of the related-item resource.static Class<? extends OpsItemRelatedItemSummary.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
-
opsItemId
The OpsItem ID.
- Returns:
- The OpsItem ID.
-
associationId
The association ID.
- Returns:
- The association ID.
-
resourceType
The resource type.
- Returns:
- The resource type.
-
associationType
The association type.
- Returns:
- The association type.
-
resourceUri
The Amazon Resource Name (ARN) of the related-item resource.
- Returns:
- The Amazon Resource Name (ARN) of the related-item resource.
-
createdBy
Returns the value of the CreatedBy property for this object.- Returns:
- The value of the CreatedBy property for this object.
-
createdTime
The time the related-item association was created.
- Returns:
- The time the related-item association was created.
-
lastModifiedBy
Returns the value of the LastModifiedBy property for this object.- Returns:
- The value of the LastModifiedBy property for this object.
-
lastModifiedTime
The time the related-item association was last updated.
- Returns:
- The time the related-item association was last updated.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<OpsItemRelatedItemSummary.Builder,OpsItemRelatedItemSummary>
-
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
-