@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CodeSigningCertificateChain extends Object implements Serializable, Cloneable, StructuredPojo
Describes the certificate chain being used when code signing a file.
Constructor and Description |
---|
CodeSigningCertificateChain() |
Modifier and Type | Method and Description |
---|---|
CodeSigningCertificateChain |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateName()
The name of the certificate.
|
String |
getInlineDocument()
A base64 encoded binary representation of the code signing certificate chain.
|
Stream |
getStream()
A stream of the certificate chain files.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCertificateName(String certificateName)
The name of the certificate.
|
void |
setInlineDocument(String inlineDocument)
A base64 encoded binary representation of the code signing certificate chain.
|
void |
setStream(Stream stream)
A stream of the certificate chain files.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CodeSigningCertificateChain |
withCertificateName(String certificateName)
The name of the certificate.
|
CodeSigningCertificateChain |
withInlineDocument(String inlineDocument)
A base64 encoded binary representation of the code signing certificate chain.
|
CodeSigningCertificateChain |
withStream(Stream stream)
A stream of the certificate chain files.
|
public void setStream(Stream stream)
A stream of the certificate chain files.
stream
- A stream of the certificate chain files.public Stream getStream()
A stream of the certificate chain files.
public CodeSigningCertificateChain withStream(Stream stream)
A stream of the certificate chain files.
stream
- A stream of the certificate chain files.public void setCertificateName(String certificateName)
The name of the certificate.
certificateName
- The name of the certificate.public String getCertificateName()
The name of the certificate.
public CodeSigningCertificateChain withCertificateName(String certificateName)
The name of the certificate.
certificateName
- The name of the certificate.public void setInlineDocument(String inlineDocument)
A base64 encoded binary representation of the code signing certificate chain.
inlineDocument
- A base64 encoded binary representation of the code signing certificate chain.public String getInlineDocument()
A base64 encoded binary representation of the code signing certificate chain.
public CodeSigningCertificateChain withInlineDocument(String inlineDocument)
A base64 encoded binary representation of the code signing certificate chain.
inlineDocument
- A base64 encoded binary representation of the code signing certificate chain.public String toString()
toString
in class Object
Object.toString()
public CodeSigningCertificateChain 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.