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()
boolean
getURL()
int
hashCode()
void
setDescription
(String description) void
toString()
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
- Parameters:
description
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setURL
- Parameters:
uRL
-
-
getURL
- Returns:
-
withURL
- Parameters:
uRL
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-