Class ParticipatingServer
- java.lang.Object
-
- software.amazon.awssdk.services.drs.model.ParticipatingServer
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ParticipatingServer.Builder,ParticipatingServer>
@Generated("software.amazon.awssdk:codegen") public final class ParticipatingServer extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParticipatingServer.Builder,ParticipatingServer>
Represents a server participating in an asynchronous Job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParticipatingServer.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParticipatingServer.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LaunchActionsStatuslaunchActionsStatus()The post-launch action runs of a participating server.LaunchStatuslaunchStatus()The launch status of a participating server.StringlaunchStatusAsString()The launch status of a participating server.StringrecoveryInstanceID()The Recovery Instance ID of a participating server.List<SdkField<?>>sdkFields()static Class<? extends ParticipatingServer.Builder>serializableBuilderClass()StringsourceServerID()The Source Server ID of a participating server.ParticipatingServer.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
-
launchActionsStatus
public final LaunchActionsStatus launchActionsStatus()
The post-launch action runs of a participating server.
- Returns:
- The post-launch action runs of a participating server.
-
launchStatus
public final LaunchStatus launchStatus()
The launch status of a participating server.
If the service returns an enum value that is not available in the current SDK version,
launchStatuswill returnLaunchStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlaunchStatusAsString().- Returns:
- The launch status of a participating server.
- See Also:
LaunchStatus
-
launchStatusAsString
public final String launchStatusAsString()
The launch status of a participating server.
If the service returns an enum value that is not available in the current SDK version,
launchStatuswill returnLaunchStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlaunchStatusAsString().- Returns:
- The launch status of a participating server.
- See Also:
LaunchStatus
-
recoveryInstanceID
public final String recoveryInstanceID()
The Recovery Instance ID of a participating server.
- Returns:
- The Recovery Instance ID of a participating server.
-
sourceServerID
public final String sourceServerID()
The Source Server ID of a participating server.
- Returns:
- The Source Server ID of a participating server.
-
toBuilder
public ParticipatingServer.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ParticipatingServer.Builder,ParticipatingServer>
-
builder
public static ParticipatingServer.Builder builder()
-
serializableBuilderClass
public static Class<? extends ParticipatingServer.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.
-
-