Class AssociateOpsItemRelatedItemRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.ssm.model.SsmRequest
-
- software.amazon.awssdk.services.ssm.model.AssociateOpsItemRelatedItemRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<AssociateOpsItemRelatedItemRequest.Builder,AssociateOpsItemRelatedItemRequest>
@Generated("software.amazon.awssdk:codegen") public final class AssociateOpsItemRelatedItemRequest extends SsmRequest implements ToCopyableBuilder<AssociateOpsItemRelatedItemRequest.Builder,AssociateOpsItemRelatedItemRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssociateOpsItemRelatedItemRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassociationType()The type of association that you want to create between an OpsItem and a resource.static AssociateOpsItemRelatedItemRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringopsItemId()The ID of the OpsItem to which you want to associate a resource as a related item.StringresourceType()The type of resource that you want to associate with an OpsItem.StringresourceUri()The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AssociateOpsItemRelatedItemRequest.Builder>serializableBuilderClass()AssociateOpsItemRelatedItemRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
opsItemId
public final String opsItemId()
The ID of the OpsItem to which you want to associate a resource as a related item.
- Returns:
- The ID of the OpsItem to which you want to associate a resource as a related item.
-
associationType
public final String associationType()
The type of association that you want to create between an OpsItem and a resource. OpsCenter supports
IsParentOfandRelatesToassociation types.- Returns:
- The type of association that you want to create between an OpsItem and a resource. OpsCenter supports
IsParentOfandRelatesToassociation types.
-
resourceType
public final String resourceType()
The type of resource that you want to associate with an OpsItem. OpsCenter supports the following types:
AWS::SSMIncidents::IncidentRecord: an Incident Manager incident.AWS::SSM::Document: a Systems Manager (SSM) document.- Returns:
- The type of resource that you want to associate with an OpsItem. OpsCenter supports the following
types:
AWS::SSMIncidents::IncidentRecord: an Incident Manager incident.AWS::SSM::Document: a Systems Manager (SSM) document.
-
resourceUri
public final String resourceUri()
The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.
- Returns:
- The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.
-
toBuilder
public AssociateOpsItemRelatedItemRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssociateOpsItemRelatedItemRequest.Builder,AssociateOpsItemRelatedItemRequest>- Specified by:
toBuilderin classSsmRequest
-
builder
public static AssociateOpsItemRelatedItemRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssociateOpsItemRelatedItemRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-