java.lang.Object
com.amazonaws.services.importexport.model.Artifact
All Implemented Interfaces:
Serializable, Cloneable

public class Artifact extends Object implements Serializable, Cloneable
A discrete item that contains the description and URL of an artifact (such as a PDF).
See Also:
  • Constructor Details

    • Artifact

      public Artifact()
  • Method Details

    • setDescription

      public void setDescription(String description)
      Parameters:
      description -
    • getDescription

      public String getDescription()
      Returns:
    • withDescription

      public Artifact withDescription(String description)
      Parameters:
      description -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setURL

      public void setURL(String uRL)
      Parameters:
      uRL -
    • getURL

      public String getURL()
      Returns:
    • withURL

      public Artifact withURL(String uRL)
      Parameters:
      uRL -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public Artifact clone()
      Overrides:
      clone in class Object