Class UpdateTemplateRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.pcaconnectorad.model.PcaConnectorAdRequest
-
- software.amazon.awssdk.services.pcaconnectorad.model.UpdateTemplateRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateTemplateRequest.Builder,UpdateTemplateRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateTemplateRequest extends PcaConnectorAdRequest implements ToCopyableBuilder<UpdateTemplateRequest.Builder,UpdateTemplateRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateTemplateRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateTemplateRequest.Builderbuilder()TemplateDefinitiondefinition()Template configuration to define the information included in certificates.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanreenrollAllCertificateHolders()This setting allows the major version of a template to be increased automatically.List<SdkField<?>>sdkFields()static Class<? extends UpdateTemplateRequest.Builder>serializableBuilderClass()StringtemplateArn()The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.UpdateTemplateRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
definition
public final TemplateDefinition definition()
Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
- Returns:
- Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
-
reenrollAllCertificateHolders
public final Boolean reenrollAllCertificateHolders()
This setting allows the major version of a template to be increased automatically. All members of Active Directory groups that are allowed to enroll with a template will receive a new certificate issued using that template.
- Returns:
- This setting allows the major version of a template to be increased automatically. All members of Active Directory groups that are allowed to enroll with a template will receive a new certificate issued using that template.
-
templateArn
public final String templateArn()
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
- Returns:
- The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
-
toBuilder
public UpdateTemplateRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateTemplateRequest.Builder,UpdateTemplateRequest>- Specified by:
toBuilderin classPcaConnectorAdRequest
-
builder
public static UpdateTemplateRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateTemplateRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-