@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetComponentVersionArtifactResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetComponentVersionArtifactResult() |
| Modifier and Type | Method and Description |
|---|---|
GetComponentVersionArtifactResult |
clone() |
boolean |
equals(Object obj) |
String |
getPreSignedUrl()
The URL of the artifact.
|
int |
hashCode() |
void |
setPreSignedUrl(String preSignedUrl)
The URL of the artifact.
|
String |
toString()
Returns a string representation of this object.
|
GetComponentVersionArtifactResult |
withPreSignedUrl(String preSignedUrl)
The URL of the artifact.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPreSignedUrl(String preSignedUrl)
The URL of the artifact.
preSignedUrl - The URL of the artifact.public String getPreSignedUrl()
The URL of the artifact.
public GetComponentVersionArtifactResult withPreSignedUrl(String preSignedUrl)
The URL of the artifact.
preSignedUrl - The URL of the artifact.public String toString()
toString in class ObjectObject.toString()public GetComponentVersionArtifactResult clone()