@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportAssetFromSignedUrlJobErrorDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details about the job error.
| Constructor and Description |
|---|
ImportAssetFromSignedUrlJobErrorDetails() |
| Modifier and Type | Method and Description |
|---|---|
ImportAssetFromSignedUrlJobErrorDetails |
clone() |
boolean |
equals(Object obj) |
String |
getAssetName()
Details about the job error.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAssetName(String assetName)
Details about the job error.
|
String |
toString()
Returns a string representation of this object.
|
ImportAssetFromSignedUrlJobErrorDetails |
withAssetName(String assetName)
Details about the job error.
|
public ImportAssetFromSignedUrlJobErrorDetails()
public void setAssetName(String assetName)
Details about the job error.
assetName - Details about the job error.public String getAssetName()
Details about the job error.
public ImportAssetFromSignedUrlJobErrorDetails withAssetName(String assetName)
Details about the job error.
assetName - Details about the job error.public String toString()
toString in class ObjectObject.toString()public ImportAssetFromSignedUrlJobErrorDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.