@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) |
Boolean |
getEncryptionDisabled()
Information that tells you if encryption for build artifacts is disabled.
|
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() |
Boolean |
isEncryptionDisabled()
Information that tells you if encryption for build artifacts is disabled.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEncryptionDisabled(Boolean encryptionDisabled)
Information that tells you if encryption for build artifacts is disabled.
|
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 |
withEncryptionDisabled(Boolean encryptionDisabled)
Information that tells you if encryption for build artifacts is disabled.
|
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 void setEncryptionDisabled(Boolean encryptionDisabled)
Information that tells you if encryption for build artifacts is disabled.
encryptionDisabled - Information that tells you if encryption for build artifacts is disabled.public Boolean getEncryptionDisabled()
Information that tells you if encryption for build artifacts is disabled.
public BuildArtifacts withEncryptionDisabled(Boolean encryptionDisabled)
Information that tells you if encryption for build artifacts is disabled.
encryptionDisabled - Information that tells you if encryption for build artifacts is disabled.public Boolean isEncryptionDisabled()
Information that tells you if encryption for build artifacts is disabled.
public String toString()
toString in class ObjectObject.toString()public BuildArtifacts clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.