Class JobLogEventData
- java.lang.Object
-
- software.amazon.awssdk.services.drs.model.JobLogEventData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JobLogEventData.Builder,JobLogEventData>
@Generated("software.amazon.awssdk:codegen") public final class JobLogEventData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobLogEventData.Builder,JobLogEventData>
Metadata associated with a Job log.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobLogEventData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobLogEventData.Builderbuilder()ConversionPropertiesconversionProperties()Properties of a conversion jobStringconversionServerID()The ID of a conversion server.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)EventResourceDataeventResourceData()Properties of resource related to a job event.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrawError()A string representing a job error.List<SdkField<?>>sdkFields()static Class<? extends JobLogEventData.Builder>serializableBuilderClass()StringsourceServerID()The ID of a Source Server.StringtargetInstanceID()The ID of a Recovery Instance.JobLogEventData.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
-
conversionProperties
public final ConversionProperties conversionProperties()
Properties of a conversion job
- Returns:
- Properties of a conversion job
-
conversionServerID
public final String conversionServerID()
The ID of a conversion server.
- Returns:
- The ID of a conversion server.
-
eventResourceData
public final EventResourceData eventResourceData()
Properties of resource related to a job event.
- Returns:
- Properties of resource related to a job event.
-
rawError
public final String rawError()
A string representing a job error.
- Returns:
- A string representing a job error.
-
sourceServerID
public final String sourceServerID()
The ID of a Source Server.
- Returns:
- The ID of a Source Server.
-
targetInstanceID
public final String targetInstanceID()
The ID of a Recovery Instance.
- Returns:
- The ID of a Recovery Instance.
-
toBuilder
public JobLogEventData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JobLogEventData.Builder,JobLogEventData>
-
builder
public static JobLogEventData.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobLogEventData.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.
-
-