Class PluginProperties
- java.lang.Object
-
- software.amazon.awssdk.services.opensearch.model.PluginProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PluginProperties.Builder,PluginProperties>
@Generated("software.amazon.awssdk:codegen") public final class PluginProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PluginProperties.Builder,PluginProperties>
Basic information about the plugin.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePluginProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PluginProperties.Builderbuilder()StringclassName()The name of the class to load.Stringdescription()The description of the plugin.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the plugin.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PluginProperties.Builder>serializableBuilderClass()PluginProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.LonguncompressedSizeInBytes()The uncompressed size of the plugin.Stringversion()The version of the plugin.-
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
-
name
public final String name()
The name of the plugin.
- Returns:
- The name of the plugin.
-
description
public final String description()
The description of the plugin.
- Returns:
- The description of the plugin.
-
version
public final String version()
The version of the plugin.
- Returns:
- The version of the plugin.
-
className
public final String className()
The name of the class to load.
- Returns:
- The name of the class to load.
-
uncompressedSizeInBytes
public final Long uncompressedSizeInBytes()
The uncompressed size of the plugin.
- Returns:
- The uncompressed size of the plugin.
-
toBuilder
public PluginProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PluginProperties.Builder,PluginProperties>
-
builder
public static PluginProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends PluginProperties.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
-
-