@Generated(value="software.amazon.awssdk:codegen") public final class DeleteAssociationRequest extends SsmRequest implements ToCopyableBuilder<DeleteAssociationRequest.Builder,DeleteAssociationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteAssociationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
associationId()
The association ID that you want to delete.
|
static DeleteAssociationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The managed node ID.
|
String |
name()
The name of the SSM document.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteAssociationRequest.Builder> |
serializableBuilderClass() |
DeleteAssociationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the SSM document.
public final String instanceId()
The managed node ID.
InstanceId has been deprecated. To specify a managed node ID for an association, use the
Targets parameter. Requests that include the parameter InstanceID with Systems Manager
documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter
InstanceId, you can't use the parameters AssociationName, DocumentVersion,
MaxErrors, MaxConcurrency, OutputLocation, or
ScheduleExpression. To use these parameters, you must use the Targets parameter.
InstanceId has been deprecated. To specify a managed node ID for an association, use the
Targets parameter. Requests that include the parameter InstanceID with Systems
Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use
the parameter InstanceId, you can't use the parameters AssociationName,
DocumentVersion, MaxErrors, MaxConcurrency,
OutputLocation, or ScheduleExpression. To use these parameters, you must use
the Targets parameter.
public final String associationId()
The association ID that you want to delete.
public DeleteAssociationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteAssociationRequest.Builder,DeleteAssociationRequest>toBuilder in class SsmRequestpublic static DeleteAssociationRequest.Builder builder()
public static Class<? extends DeleteAssociationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.