Class BillOfMaterialsImportJob
- java.lang.Object
-
- software.amazon.awssdk.services.supplychain.model.BillOfMaterialsImportJob
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BillOfMaterialsImportJob.Builder,BillOfMaterialsImportJob>
@Generated("software.amazon.awssdk:codegen") public final class BillOfMaterialsImportJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BillOfMaterialsImportJob.Builder,BillOfMaterialsImportJob>
The BillOfMaterialsImportJob details.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBillOfMaterialsImportJob.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BillOfMaterialsImportJob.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinstanceId()The BillOfMaterialsImportJob instanceId.StringjobId()The BillOfMaterialsImportJob jobId.Stringmessage()When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.Strings3uri()The S3 URI from which the CSV is read.List<SdkField<?>>sdkFields()static Class<? extends BillOfMaterialsImportJob.Builder>serializableBuilderClass()ConfigurationJobStatusstatus()The BillOfMaterialsImportJob ConfigurationJobStatus.StringstatusAsString()The BillOfMaterialsImportJob ConfigurationJobStatus.BillOfMaterialsImportJob.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
-
instanceId
public final String instanceId()
The BillOfMaterialsImportJob instanceId.
- Returns:
- The BillOfMaterialsImportJob instanceId.
-
jobId
public final String jobId()
The BillOfMaterialsImportJob jobId.
- Returns:
- The BillOfMaterialsImportJob jobId.
-
status
public final ConfigurationJobStatus status()
The BillOfMaterialsImportJob ConfigurationJobStatus.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnConfigurationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The BillOfMaterialsImportJob ConfigurationJobStatus.
- See Also:
ConfigurationJobStatus
-
statusAsString
public final String statusAsString()
The BillOfMaterialsImportJob ConfigurationJobStatus.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnConfigurationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The BillOfMaterialsImportJob ConfigurationJobStatus.
- See Also:
ConfigurationJobStatus
-
s3uri
public final String s3uri()
The S3 URI from which the CSV is read.
- Returns:
- The S3 URI from which the CSV is read.
-
message
public final String message()
When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.
- Returns:
- When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.
-
toBuilder
public BillOfMaterialsImportJob.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BillOfMaterialsImportJob.Builder,BillOfMaterialsImportJob>
-
builder
public static BillOfMaterialsImportJob.Builder builder()
-
serializableBuilderClass
public static Class<? extends BillOfMaterialsImportJob.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.
-
-