@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportAssetFromSignedUrlJobErrorDetails extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ImportAssetFromSignedUrlJobErrorDetails() |
Modifier and Type | Method and Description |
---|---|
ImportAssetFromSignedUrlJobErrorDetails |
clone() |
boolean |
equals(Object obj) |
String |
getAssetName() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssetName(String assetName) |
String |
toString()
Returns a string representation of this object.
|
ImportAssetFromSignedUrlJobErrorDetails |
withAssetName(String assetName) |
public ImportAssetFromSignedUrlJobErrorDetails()
public void setAssetName(String assetName)
assetName
- public String getAssetName()
public ImportAssetFromSignedUrlJobErrorDetails withAssetName(String assetName)
assetName
- 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.