Class DeleteInventoryResponse

All Implemented Interfaces:
SdkPojo, ToCopyableBuilder<DeleteInventoryResponse.Builder,DeleteInventoryResponse>

@Generated("software.amazon.awssdk:codegen") public final class DeleteInventoryResponse extends SsmResponse implements ToCopyableBuilder<DeleteInventoryResponse.Builder,DeleteInventoryResponse>
  • Method Details

    • deletionId

      public final String deletionId()

      Every DeleteInventory operation is assigned a unique ID. This option returns a unique ID. You can use this ID to query the status of a delete operation. This option is useful for ensuring that a delete operation has completed before you begin other operations.

      Returns:
      Every DeleteInventory operation is assigned a unique ID. This option returns a unique ID. You can use this ID to query the status of a delete operation. This option is useful for ensuring that a delete operation has completed before you begin other operations.
    • typeName

      public final String typeName()

      The name of the inventory data type specified in the request.

      Returns:
      The name of the inventory data type specified in the request.
    • deletionSummary

      public final InventoryDeletionSummary deletionSummary()

      A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the Amazon Web Services Systems Manager User Guide.

      Returns:
      A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the Amazon Web Services Systems Manager User Guide.
    • toBuilder

      public DeleteInventoryResponse.Builder toBuilder()
      Specified by:
      toBuilder in interface ToCopyableBuilder<DeleteInventoryResponse.Builder,DeleteInventoryResponse>
      Specified by:
      toBuilder in class AwsResponse
    • builder

      public static DeleteInventoryResponse.Builder builder()
    • serializableBuilderClass

      public static Class<? extends DeleteInventoryResponse.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class AwsResponse
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class AwsResponse
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
      Overrides:
      getValueForField in class SdkResponse
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo