Class PluginSummary
- java.lang.Object
-
- software.amazon.awssdk.services.migrationhuborchestrator.model.PluginSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PluginSummary.Builder,PluginSummary>
@Generated("software.amazon.awssdk:codegen") public final class PluginSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PluginSummary.Builder,PluginSummary>
The summary of the Migration Hub Orchestrator plugin.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePluginSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PluginSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringhostname()The name of the host.StringipAddress()The IP address at which the plugin is located.StringpluginId()The ID of the plugin.StringregisteredTime()The time at which the plugin was registered.List<SdkField<?>>sdkFields()static Class<? extends PluginSummary.Builder>serializableBuilderClass()PluginHealthstatus()The status of the plugin.StringstatusAsString()The status of the plugin.PluginSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.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
-
pluginId
public final String pluginId()
The ID of the plugin.
- Returns:
- The ID of the plugin.
-
hostname
public final String hostname()
The name of the host.
- Returns:
- The name of the host.
-
status
public final PluginHealth status()
The status of the plugin.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnPluginHealth.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the plugin.
- See Also:
PluginHealth
-
statusAsString
public final String statusAsString()
The status of the plugin.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnPluginHealth.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the plugin.
- See Also:
PluginHealth
-
ipAddress
public final String ipAddress()
The IP address at which the plugin is located.
- Returns:
- The IP address at which the plugin is located.
-
version
public final String version()
The version of the plugin.
- Returns:
- The version of the plugin.
-
registeredTime
public final String registeredTime()
The time at which the plugin was registered.
- Returns:
- The time at which the plugin was registered.
-
toBuilder
public PluginSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PluginSummary.Builder,PluginSummary>
-
builder
public static PluginSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends PluginSummary.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.
-
-