@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApiPassthrough extends Object implements Serializable, Cloneable, StructuredPojo
Contains X.509 certificate information to be placed in an issued certificate. An APIPassthrough
or
APICSRPassthrough
template variant must be selected, or else this parameter is ignored.
If conflicting or duplicate certificate information is supplied from other sources, Amazon Web Services Private CA applies order of operation rules to determine what information is used.
Constructor and Description |
---|
ApiPassthrough() |
Modifier and Type | Method and Description |
---|---|
ApiPassthrough |
clone() |
boolean |
equals(Object obj) |
Extensions |
getExtensions()
Specifies X.509 extension information for a certificate.
|
ASN1Subject |
getSubject() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExtensions(Extensions extensions)
Specifies X.509 extension information for a certificate.
|
void |
setSubject(ASN1Subject subject) |
String |
toString()
Returns a string representation of this object.
|
ApiPassthrough |
withExtensions(Extensions extensions)
Specifies X.509 extension information for a certificate.
|
ApiPassthrough |
withSubject(ASN1Subject subject) |
public void setExtensions(Extensions extensions)
Specifies X.509 extension information for a certificate.
extensions
- Specifies X.509 extension information for a certificate.public Extensions getExtensions()
Specifies X.509 extension information for a certificate.
public ApiPassthrough withExtensions(Extensions extensions)
Specifies X.509 extension information for a certificate.
extensions
- Specifies X.509 extension information for a certificate.public void setSubject(ASN1Subject subject)
subject
- public ASN1Subject getSubject()
public ApiPassthrough withSubject(ASN1Subject subject)
subject
- public String toString()
toString
in class Object
Object.toString()
public ApiPassthrough clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.