Class PackageVendingOptions
- java.lang.Object
-
- software.amazon.awssdk.services.opensearch.model.PackageVendingOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PackageVendingOptions.Builder,PackageVendingOptions>
@Generated("software.amazon.awssdk:codegen") public final class PackageVendingOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PackageVendingOptions.Builder,PackageVendingOptions>
The vending options for a package to determine if the package can be used by other users.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePackageVendingOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PackageVendingOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PackageVendingOptions.Builder>serializableBuilderClass()PackageVendingOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.BooleanvendingEnabled()This indicates whether vending is enabled for the package to determine if package can be used by other users.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
vendingEnabled
public final Boolean vendingEnabled()
This indicates whether vending is enabled for the package to determine if package can be used by other users.
- Returns:
- This indicates whether vending is enabled for the package to determine if package can be used by other users.
-
toBuilder
public PackageVendingOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PackageVendingOptions.Builder,PackageVendingOptions>
-
builder
public static PackageVendingOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends PackageVendingOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-