Class ImportErrorData
- java.lang.Object
-
- software.amazon.awssdk.services.mgn.model.ImportErrorData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ImportErrorData.Builder,ImportErrorData>
@Generated("software.amazon.awssdk:codegen") public final class ImportErrorData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportErrorData.Builder,ImportErrorData>
Import error data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceImportErrorData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountID()Import error data source account ID.StringapplicationID()Import error data application ID.static ImportErrorData.Builderbuilder()Stringec2LaunchTemplateID()Import error data ec2 LaunchTemplate ID.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrawError()Import error data raw error.LongrowNumber()Import error data row number.List<SdkField<?>>sdkFields()static Class<? extends ImportErrorData.Builder>serializableBuilderClass()StringsourceServerID()Import error data source server ID.ImportErrorData.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringwaveID()Import error data wave id.-
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
-
accountID
public final String accountID()
Import error data source account ID.
- Returns:
- Import error data source account ID.
-
applicationID
public final String applicationID()
Import error data application ID.
- Returns:
- Import error data application ID.
-
ec2LaunchTemplateID
public final String ec2LaunchTemplateID()
Import error data ec2 LaunchTemplate ID.
- Returns:
- Import error data ec2 LaunchTemplate ID.
-
rawError
public final String rawError()
Import error data raw error.
- Returns:
- Import error data raw error.
-
rowNumber
public final Long rowNumber()
Import error data row number.
- Returns:
- Import error data row number.
-
sourceServerID
public final String sourceServerID()
Import error data source server ID.
- Returns:
- Import error data source server ID.
-
waveID
public final String waveID()
Import error data wave id.
- Returns:
- Import error data wave id.
-
toBuilder
public ImportErrorData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImportErrorData.Builder,ImportErrorData>
-
builder
public static ImportErrorData.Builder builder()
-
serializableBuilderClass
public static Class<? extends ImportErrorData.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.
-
-