@Generated(value="software.amazon.awssdk:codegen") public final class DissociatePackageRequest extends ElasticsearchRequest implements ToCopyableBuilder<DissociatePackageRequest.Builder,DissociatePackageRequest>
 Container for request parameters to  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 that you want to associate the package with. | 
| 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 that you want to associate with a 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 that you want to associate with a domain. Use DescribePackages to find
 this value.
 
DescribePackages to
         find this value.public final String domainName()
Name of the domain that you want to associate the package with.
public DissociatePackageRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DissociatePackageRequest.Builder,DissociatePackageRequest>toBuilder in class ElasticsearchRequestpublic 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 © 2022. All rights reserved.