@Generated(value="software.amazon.awssdk:codegen") public final class DeleteInventoryRequest extends SsmRequest implements ToCopyableBuilder<DeleteInventoryRequest.Builder,DeleteInventoryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteInventoryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteInventoryRequest.Builder |
builder() |
String |
clientToken()
User-provided idempotency token.
|
Boolean |
dryRun()
Use this option to view a summary of the deletion request without deleting any data or the data type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InventorySchemaDeleteOption |
schemaDeleteOption()
Use the
SchemaDeleteOption to delete a custom inventory type (schema). |
String |
schemaDeleteOptionAsString()
Use the
SchemaDeleteOption to delete a custom inventory type (schema). |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteInventoryRequest.Builder> |
serializableBuilderClass() |
DeleteInventoryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
typeName()
The name of the custom inventory type for which you want to delete either all previously collected data or the
inventory type itself.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String typeName()
The name of the custom inventory type for which you want to delete either all previously collected data or the inventory type itself.
public final InventorySchemaDeleteOption schemaDeleteOption()
Use the SchemaDeleteOption to delete a custom inventory type (schema). If you don't choose this
option, the system only deletes existing inventory data associated with the custom inventory type. Choose one of
the following options:
DisableSchema: If you choose this option, the system ignores all inventory data for the specified version, and
any earlier versions. To enable this schema again, you must call the PutInventory action for a
version greater than the disabled version.
DeleteSchema: This option deletes the specified custom type from the Inventory service. You can recreate the schema later, if you want.
If the service returns an enum value that is not available in the current SDK version,
schemaDeleteOption will return InventorySchemaDeleteOption.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from schemaDeleteOptionAsString().
SchemaDeleteOption to delete a custom inventory type (schema). If you don't choose
this option, the system only deletes existing inventory data associated with the custom inventory type.
Choose one of the following options:
DisableSchema: If you choose this option, the system ignores all inventory data for the specified
version, and any earlier versions. To enable this schema again, you must call the
PutInventory action for a version greater than the disabled version.
DeleteSchema: This option deletes the specified custom type from the Inventory service. You can recreate the schema later, if you want.
InventorySchemaDeleteOptionpublic final String schemaDeleteOptionAsString()
Use the SchemaDeleteOption to delete a custom inventory type (schema). If you don't choose this
option, the system only deletes existing inventory data associated with the custom inventory type. Choose one of
the following options:
DisableSchema: If you choose this option, the system ignores all inventory data for the specified version, and
any earlier versions. To enable this schema again, you must call the PutInventory action for a
version greater than the disabled version.
DeleteSchema: This option deletes the specified custom type from the Inventory service. You can recreate the schema later, if you want.
If the service returns an enum value that is not available in the current SDK version,
schemaDeleteOption will return InventorySchemaDeleteOption.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from schemaDeleteOptionAsString().
SchemaDeleteOption to delete a custom inventory type (schema). If you don't choose
this option, the system only deletes existing inventory data associated with the custom inventory type.
Choose one of the following options:
DisableSchema: If you choose this option, the system ignores all inventory data for the specified
version, and any earlier versions. To enable this schema again, you must call the
PutInventory action for a version greater than the disabled version.
DeleteSchema: This option deletes the specified custom type from the Inventory service. You can recreate the schema later, if you want.
InventorySchemaDeleteOptionpublic final Boolean dryRun()
Use this option to view a summary of the deletion request without deleting any data or the data type. This option
is useful when you only want to understand what will be deleted. Once you validate that the data to be deleted is
what you intend to delete, you can run the same command without specifying the DryRun option.
DryRun option.public final String clientToken()
User-provided idempotency token.
public DeleteInventoryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteInventoryRequest.Builder,DeleteInventoryRequest>toBuilder in class SsmRequestpublic static DeleteInventoryRequest.Builder builder()
public static Class<? extends DeleteInventoryRequest.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 © 2020. All rights reserved.