@Generated(value="software.amazon.awssdk:codegen") public final class DissociatePackageRequest extends OpenSearchRequest implements ToCopyableBuilder<DissociatePackageRequest.Builder,DissociatePackageRequest>
Container for the request parameters to the DissociatePackage operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DissociatePackageRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DissociatePackageRequest.Builder |
builder() |
String |
domainName()
Name of the domain to dissociate the package from.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
packageID()
Internal ID of the package to dissociate from the domain.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DissociatePackageRequest.Builder> |
serializableBuilderClass() |
DissociatePackageRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String packageID()
Internal ID of the package to dissociate from the domain. Use ListPackagesForDomain to find this
value.
ListPackagesForDomain to find
this value.public final String domainName()
Name of the domain to dissociate the package from.
public DissociatePackageRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DissociatePackageRequest.Builder,DissociatePackageRequest>toBuilder in class OpenSearchRequestpublic static DissociatePackageRequest.Builder builder()
public static Class<? extends DissociatePackageRequest.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 © 2023. All rights reserved.