@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Details extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Details() |
public void setImportAssetFromSignedUrlJobErrorDetails(ImportAssetFromSignedUrlJobErrorDetails importAssetFromSignedUrlJobErrorDetails)
importAssetFromSignedUrlJobErrorDetails
- public ImportAssetFromSignedUrlJobErrorDetails getImportAssetFromSignedUrlJobErrorDetails()
public Details withImportAssetFromSignedUrlJobErrorDetails(ImportAssetFromSignedUrlJobErrorDetails importAssetFromSignedUrlJobErrorDetails)
importAssetFromSignedUrlJobErrorDetails
- public List<AssetSourceEntry> getImportAssetsFromS3JobErrorDetails()
public void setImportAssetsFromS3JobErrorDetails(Collection<AssetSourceEntry> importAssetsFromS3JobErrorDetails)
importAssetsFromS3JobErrorDetails
- public Details withImportAssetsFromS3JobErrorDetails(AssetSourceEntry... importAssetsFromS3JobErrorDetails)
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
- public Details withImportAssetsFromS3JobErrorDetails(Collection<AssetSourceEntry> importAssetsFromS3JobErrorDetails)
importAssetsFromS3JobErrorDetails
- 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.