@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Details extends Object implements Serializable, Cloneable, StructuredPojo
Information about the job error.
Constructor and Description |
---|
Details() |
Modifier and Type | Method and Description |
---|---|
Details |
clone() |
boolean |
equals(Object obj) |
ImportAssetFromSignedUrlJobErrorDetails |
getImportAssetFromSignedUrlJobErrorDetails()
Information about the job error.
|
List<AssetSourceEntry> |
getImportAssetsFromS3JobErrorDetails()
Information about the job error.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setImportAssetFromSignedUrlJobErrorDetails(ImportAssetFromSignedUrlJobErrorDetails importAssetFromSignedUrlJobErrorDetails)
Information about the job error.
|
void |
setImportAssetsFromS3JobErrorDetails(Collection<AssetSourceEntry> importAssetsFromS3JobErrorDetails)
Information about the job error.
|
String |
toString()
Returns a string representation of this object.
|
Details |
withImportAssetFromSignedUrlJobErrorDetails(ImportAssetFromSignedUrlJobErrorDetails importAssetFromSignedUrlJobErrorDetails)
Information about the job error.
|
Details |
withImportAssetsFromS3JobErrorDetails(AssetSourceEntry... importAssetsFromS3JobErrorDetails)
Information about the job error.
|
Details |
withImportAssetsFromS3JobErrorDetails(Collection<AssetSourceEntry> importAssetsFromS3JobErrorDetails)
Information about the job error.
|
public void setImportAssetFromSignedUrlJobErrorDetails(ImportAssetFromSignedUrlJobErrorDetails importAssetFromSignedUrlJobErrorDetails)
Information about the job error.
importAssetFromSignedUrlJobErrorDetails
- Information about the job error.public ImportAssetFromSignedUrlJobErrorDetails getImportAssetFromSignedUrlJobErrorDetails()
Information about the job error.
public Details withImportAssetFromSignedUrlJobErrorDetails(ImportAssetFromSignedUrlJobErrorDetails importAssetFromSignedUrlJobErrorDetails)
Information about the job error.
importAssetFromSignedUrlJobErrorDetails
- Information about the job error.public List<AssetSourceEntry> getImportAssetsFromS3JobErrorDetails()
Information about the job error.
public void setImportAssetsFromS3JobErrorDetails(Collection<AssetSourceEntry> importAssetsFromS3JobErrorDetails)
Information about the job error.
importAssetsFromS3JobErrorDetails
- Information about the job error.public Details withImportAssetsFromS3JobErrorDetails(AssetSourceEntry... importAssetsFromS3JobErrorDetails)
Information about the job error.
NOTE: This method appends the values to the existing list (if any). Use
setImportAssetsFromS3JobErrorDetails(java.util.Collection)
or
withImportAssetsFromS3JobErrorDetails(java.util.Collection)
if you want to override the existing values.
importAssetsFromS3JobErrorDetails
- Information about the job error.public Details withImportAssetsFromS3JobErrorDetails(Collection<AssetSourceEntry> importAssetsFromS3JobErrorDetails)
Information about the job error.
importAssetsFromS3JobErrorDetails
- Information about the job error.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.