Class DatabaseInstanceSoftwareDetailsResponse
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<DatabaseInstanceSoftwareDetailsResponse.Builder,DatabaseInstanceSoftwareDetailsResponse> 
Describes an inventory database instance for a Fleet Advisor collector.
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()final Stringengine()The database engine of a database in a Fleet Advisor collector inventory, for exampleMicrosoft SQL Server.final StringThe database engine edition of a database in a Fleet Advisor collector inventory, for exampleExpress.final StringThe database engine version of a database in a Fleet Advisor collector inventory, for example2019.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe operating system architecture of the database.static Class<? extends DatabaseInstanceSoftwareDetailsResponse.Builder> final StringThe service pack level of the database.final StringThe support level of the database, for exampleMainstream support.Take this object and create a builder that contains all of the current property values of this object.final Stringtooltip()Information about the database engine software, for exampleMainstream support ends on November 14th, 2024.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
engine
The database engine of a database in a Fleet Advisor collector inventory, for example
Microsoft SQL Server.- Returns:
 - The database engine of a database in a Fleet Advisor collector inventory, for example
         
Microsoft SQL Server. 
 - 
engineVersion
The database engine version of a database in a Fleet Advisor collector inventory, for example
2019.- Returns:
 - The database engine version of a database in a Fleet Advisor collector inventory, for example
         
2019. 
 - 
engineEdition
The database engine edition of a database in a Fleet Advisor collector inventory, for example
Express.- Returns:
 - The database engine edition of a database in a Fleet Advisor collector inventory, for example
         
Express. 
 - 
servicePack
The service pack level of the database.
- Returns:
 - The service pack level of the database.
 
 - 
supportLevel
The support level of the database, for example
Mainstream support.- Returns:
 - The support level of the database, for example 
Mainstream support. 
 - 
osArchitecture
The operating system architecture of the database.
- Returns:
 - The operating system architecture of the database.
 
 - 
tooltip
Information about the database engine software, for example
Mainstream support ends on November 14th, 2024.- Returns:
 - Information about the database engine software, for example
         
Mainstream support ends on November 14th, 2024. 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<DatabaseInstanceSoftwareDetailsResponse.Builder,DatabaseInstanceSoftwareDetailsResponse> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
public static Class<? extends DatabaseInstanceSoftwareDetailsResponse.Builder> serializableBuilderClass() - 
hashCode
 - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
toString
 - 
getValueForField
 - 
sdkFields
 - 
sdkFieldNameToField
- Specified by:
 sdkFieldNameToFieldin interfaceSdkPojo- Returns:
 - The mapping between the field name and its corresponding field.
 
 
 -