@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BuildArtifacts extends Object implements Serializable, Cloneable, StructuredPojo
Information about build output artifacts.
Constructor and Description |
---|
BuildArtifacts() |
Modifier and Type | Method and Description |
---|---|
BuildArtifacts |
clone() |
boolean |
equals(Object obj) |
String |
getLocation()
Information about the location of the build artifacts.
|
String |
getMd5sum()
The MD5 hash of the build artifact.
|
String |
getSha256sum()
The SHA-256 hash of the build artifact.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLocation(String location)
Information about the location of the build artifacts.
|
void |
setMd5sum(String md5sum)
The MD5 hash of the build artifact.
|
void |
setSha256sum(String sha256sum)
The SHA-256 hash of the build artifact.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BuildArtifacts |
withLocation(String location)
Information about the location of the build artifacts.
|
BuildArtifacts |
withMd5sum(String md5sum)
The MD5 hash of the build artifact.
|
BuildArtifacts |
withSha256sum(String sha256sum)
The SHA-256 hash of the build artifact.
|
public void setLocation(String location)
Information about the location of the build artifacts.
location
- Information about the location of the build artifacts.public String getLocation()
Information about the location of the build artifacts.
public BuildArtifacts withLocation(String location)
Information about the location of the build artifacts.
location
- Information about the location of the build artifacts.public void setSha256sum(String sha256sum)
The SHA-256 hash of the build artifact.
You can use this hash along with a checksum tool to confirm both file integrity and authenticity.
This value is available only if the build project's packaging
value is set to ZIP
.
sha256sum
- The SHA-256 hash of the build artifact.
You can use this hash along with a checksum tool to confirm both file integrity and authenticity.
This value is available only if the build project's packaging
value is set to
ZIP
.
public String getSha256sum()
The SHA-256 hash of the build artifact.
You can use this hash along with a checksum tool to confirm both file integrity and authenticity.
This value is available only if the build project's packaging
value is set to ZIP
.
You can use this hash along with a checksum tool to confirm both file integrity and authenticity.
This value is available only if the build project's packaging
value is set to
ZIP
.
public BuildArtifacts withSha256sum(String sha256sum)
The SHA-256 hash of the build artifact.
You can use this hash along with a checksum tool to confirm both file integrity and authenticity.
This value is available only if the build project's packaging
value is set to ZIP
.
sha256sum
- The SHA-256 hash of the build artifact.
You can use this hash along with a checksum tool to confirm both file integrity and authenticity.
This value is available only if the build project's packaging
value is set to
ZIP
.
public void setMd5sum(String md5sum)
The MD5 hash of the build artifact.
You can use this hash along with a checksum tool to confirm both file integrity and authenticity.
This value is available only if the build project's packaging
value is set to ZIP
.
md5sum
- The MD5 hash of the build artifact.
You can use this hash along with a checksum tool to confirm both file integrity and authenticity.
This value is available only if the build project's packaging
value is set to
ZIP
.
public String getMd5sum()
The MD5 hash of the build artifact.
You can use this hash along with a checksum tool to confirm both file integrity and authenticity.
This value is available only if the build project's packaging
value is set to ZIP
.
You can use this hash along with a checksum tool to confirm both file integrity and authenticity.
This value is available only if the build project's packaging
value is set to
ZIP
.
public BuildArtifacts withMd5sum(String md5sum)
The MD5 hash of the build artifact.
You can use this hash along with a checksum tool to confirm both file integrity and authenticity.
This value is available only if the build project's packaging
value is set to ZIP
.
md5sum
- The MD5 hash of the build artifact.
You can use this hash along with a checksum tool to confirm both file integrity and authenticity.
This value is available only if the build project's packaging
value is set to
ZIP
.
public String toString()
toString
in class Object
Object.toString()
public BuildArtifacts clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.