Class ParticipatingServer
- java.lang.Object
-
- software.amazon.awssdk.services.mgn.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>
Server participating in 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()StringlaunchedEc2InstanceID()Participating server's launched ec2 instance ID.LaunchStatuslaunchStatus()Participating server launch status.StringlaunchStatusAsString()Participating server launch status.PostLaunchActionsStatuspostLaunchActionsStatus()Participating server's Post Launch Actions Status.List<SdkField<?>>sdkFields()static Class<? extends ParticipatingServer.Builder>serializableBuilderClass()StringsourceServerID()Participating server Source Server ID.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
-
launchStatus
public final LaunchStatus launchStatus()
Participating server launch status.
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:
- Participating server launch status.
- See Also:
LaunchStatus
-
launchStatusAsString
public final String launchStatusAsString()
Participating server launch status.
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:
- Participating server launch status.
- See Also:
LaunchStatus
-
launchedEc2InstanceID
public final String launchedEc2InstanceID()
Participating server's launched ec2 instance ID.
- Returns:
- Participating server's launched ec2 instance ID.
-
postLaunchActionsStatus
public final PostLaunchActionsStatus postLaunchActionsStatus()
Participating server's Post Launch Actions Status.
- Returns:
- Participating server's Post Launch Actions Status.
-
sourceServerID
public final String sourceServerID()
Participating server Source Server ID.
- Returns:
- Participating server Source Server ID.
-
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.
-
-