@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 Object
Object.toString()
public ImportAssetFromSignedUrlJobErrorDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.