@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. 
 | 
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. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CodeSigningCertificateChain | 
withCertificateName(String certificateName)
 The name of the certificate. 
 | 
CodeSigningCertificateChain | 
withInlineDocument(String inlineDocument)
 A base64 encoded binary representation of the code signing certificate chain. 
 | 
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 ObjectObject.toString()public CodeSigningCertificateChain clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.