@Generated(value="software.amazon.awssdk:codegen") public final class UpdateTemplateRequest extends PcaConnectorAdRequest implements ToCopyableBuilder<UpdateTemplateRequest.Builder,UpdateTemplateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateTemplateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateTemplateRequest.Builder |
builder() |
TemplateDefinition |
definition()
Template configuration to define the information included in certificates.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
reenrollAllCertificateHolders()
This setting allows the major version of a template to be increased automatically.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateTemplateRequest.Builder> |
serializableBuilderClass() |
String |
templateArn()
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
|
UpdateTemplateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
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.
public final String templateArn()
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
public UpdateTemplateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateTemplateRequest.Builder,UpdateTemplateRequest>toBuilder in class PcaConnectorAdRequestpublic static UpdateTemplateRequest.Builder builder()
public static Class<? extends UpdateTemplateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.