@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetArtifactUrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Result structure for the get artifact request.
| Constructor and Description |
|---|
GetArtifactUrlResult() |
| Modifier and Type | Method and Description |
|---|---|
GetArtifactUrlResult |
clone() |
boolean |
equals(Object obj) |
String |
getArtifactId()
Unique Id for a artifact.
|
String |
getArtifactUrl()
Presigned url for the artifact.
|
int |
hashCode() |
void |
setArtifactId(String artifactId)
Unique Id for a artifact.
|
void |
setArtifactUrl(String artifactUrl)
Presigned url for the artifact.
|
String |
toString()
Returns a string representation of this object.
|
GetArtifactUrlResult |
withArtifactId(String artifactId)
Unique Id for a artifact.
|
GetArtifactUrlResult |
withArtifactUrl(String artifactUrl)
Presigned url for the artifact.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setArtifactId(String artifactId)
Unique Id for a artifact.
artifactId - Unique Id for a artifact.public String getArtifactId()
Unique Id for a artifact.
public GetArtifactUrlResult withArtifactId(String artifactId)
Unique Id for a artifact.
artifactId - Unique Id for a artifact.public void setArtifactUrl(String artifactUrl)
Presigned url for the artifact.
artifactUrl - Presigned url for the artifact.public String getArtifactUrl()
Presigned url for the artifact.
public GetArtifactUrlResult withArtifactUrl(String artifactUrl)
Presigned url for the artifact.
artifactUrl - Presigned url for the artifact.public String toString()
toString in class ObjectObject.toString()public GetArtifactUrlResult clone()
Copyright © 2019. All rights reserved.