Class ApiPassthrough
- java.lang.Object
-
- software.amazon.awssdk.services.acmpca.model.ApiPassthrough
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApiPassthrough.Builder,ApiPassthrough>
@Generated("software.amazon.awssdk:codegen") public final class ApiPassthrough extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApiPassthrough.Builder,ApiPassthrough>
Contains X.509 certificate information to be placed in an issued certificate. An
APIPassthroughorAPICSRPassthroughtemplate 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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApiPassthrough.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApiPassthrough.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Extensionsextensions()Specifies X.509 extension information for a certificate.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ApiPassthrough.Builder>serializableBuilderClass()ASN1Subjectsubject()Returns the value of the Subject property for this object.ApiPassthrough.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
extensions
public final Extensions extensions()
Specifies X.509 extension information for a certificate.
- Returns:
- Specifies X.509 extension information for a certificate.
-
subject
public final ASN1Subject subject()
Returns the value of the Subject property for this object.- Returns:
- The value of the Subject property for this object.
-
toBuilder
public ApiPassthrough.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApiPassthrough.Builder,ApiPassthrough>
-
builder
public static ApiPassthrough.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApiPassthrough.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-