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