Class Artifact
java.lang.Object
com.amazonaws.services.importexport.model.Artifact
- All Implemented Interfaces:
Serializable, Cloneable
A discrete item that contains the description and URL of an artifact (such as
a PDF).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetURL()inthashCode()voidsetDescription(String description) voidtoString()Returns a string representation of this object; useful for testing and debugging.withDescription(String description)
-
Constructor Details
-
Artifact
public Artifact()
-
-
Method Details
-
setDescription
- Parameters:
description-
-
getDescription
- Returns:
-
withDescription
-
setURL
- Parameters:
uRL-
-
getURL
- Returns:
-
withURL
-
toString
-
equals
-
hashCode
-
clone
-