Class DeleteAssociationRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteAssociationRequest.Builder,DeleteAssociationRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe association ID that you want to delete.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe managed node ID.final Stringname()The name of the SSM document.static Class<? extends DeleteAssociationRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods 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
-
name
The name of the SSM document.
- Returns:
- The name of the SSM document.
-
instanceId
The managed node ID.
InstanceIdhas been deprecated. To specify a managed node ID for an association, use theTargetsparameter. Requests that include the parameterInstanceIDwith Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameterInstanceId, you can't use the parametersAssociationName,DocumentVersion,MaxErrors,MaxConcurrency,OutputLocation, orScheduleExpression. To use these parameters, you must use theTargetsparameter.- Returns:
- The managed node ID.
InstanceIdhas been deprecated. To specify a managed node ID for an association, use theTargetsparameter. Requests that include the parameterInstanceIDwith Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameterInstanceId, you can't use the parametersAssociationName,DocumentVersion,MaxErrors,MaxConcurrency,OutputLocation, orScheduleExpression. To use these parameters, you must use theTargetsparameter.
-
associationId
The association ID that you want to delete.
- Returns:
- The association ID that you want to delete.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteAssociationRequest.Builder,DeleteAssociationRequest> - Specified by:
toBuilderin classSsmRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
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
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-