Class PackageVersionHistory
- java.lang.Object
-
- software.amazon.awssdk.services.opensearch.model.PackageVersionHistory
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PackageVersionHistory.Builder,PackageVersionHistory>
@Generated("software.amazon.awssdk:codegen") public final class PackageVersionHistory extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PackageVersionHistory.Builder,PackageVersionHistory>
Details about a package version.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePackageVersionHistory.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PackageVersionHistory.Builderbuilder()StringcommitMessage()A message associated with the package version when it was uploaded.InstantcreatedAt()The date and time when the package was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PackageConfigurationpackageConfiguration()The configuration details for a specific version of a package.StringpackageVersion()The package version.PluginPropertiespluginProperties()Additional information about plugin properties if the package is aZIP-PLUGINpackage.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PackageVersionHistory.Builder>serializableBuilderClass()PackageVersionHistory.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
packageVersion
public final String packageVersion()
The package version.
- Returns:
- The package version.
-
commitMessage
public final String commitMessage()
A message associated with the package version when it was uploaded.
- Returns:
- A message associated with the package version when it was uploaded.
-
createdAt
public final Instant createdAt()
The date and time when the package was created.
- Returns:
- The date and time when the package was created.
-
pluginProperties
public final PluginProperties pluginProperties()
Additional information about plugin properties if the package is a
ZIP-PLUGINpackage.- Returns:
- Additional information about plugin properties if the package is a
ZIP-PLUGINpackage.
-
packageConfiguration
public final PackageConfiguration packageConfiguration()
The configuration details for a specific version of a package.
- Returns:
- The configuration details for a specific version of a package.
-
toBuilder
public PackageVersionHistory.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PackageVersionHistory.Builder,PackageVersionHistory>
-
builder
public static PackageVersionHistory.Builder builder()
-
serializableBuilderClass
public static Class<? extends PackageVersionHistory.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
-
-