@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportAssetFromSignedUrlJobErrorDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about the job error.
| Constructor and Description |
|---|
ImportAssetFromSignedUrlJobErrorDetails() |
| Modifier and Type | Method and Description |
|---|---|
ImportAssetFromSignedUrlJobErrorDetails |
clone() |
boolean |
equals(Object obj) |
String |
getAssetName()
Information about the job error.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAssetName(String assetName)
Information about the job error.
|
String |
toString()
Returns a string representation of this object.
|
ImportAssetFromSignedUrlJobErrorDetails |
withAssetName(String assetName)
Information about the job error.
|
public ImportAssetFromSignedUrlJobErrorDetails()
public void setAssetName(String assetName)
Information about the job error.
assetName - Information about the job error.public String getAssetName()
Information about the job error.
public ImportAssetFromSignedUrlJobErrorDetails withAssetName(String assetName)
Information about the job error.
assetName - Information about the job error.public String toString()
toString in class ObjectObject.toString()public ImportAssetFromSignedUrlJobErrorDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.