@Generated(value="software.amazon.awssdk:codegen") public final class UpdateTemplateGroupAccessControlEntryRequest extends PcaConnectorAdRequest implements ToCopyableBuilder<UpdateTemplateGroupAccessControlEntryRequest.Builder,UpdateTemplateGroupAccessControlEntryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateTemplateGroupAccessControlEntryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AccessRights |
accessRights()
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
|
static UpdateTemplateGroupAccessControlEntryRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupDisplayName()
Name of the Active Directory group.
|
String |
groupSecurityIdentifier()
Security identifier (SID) of the group object from Active Directory.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateTemplateGroupAccessControlEntryRequest.Builder> |
serializableBuilderClass() |
String |
templateArn()
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
|
UpdateTemplateGroupAccessControlEntryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AccessRights accessRights()
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
public final String groupDisplayName()
Name of the Active Directory group. This name does not need to match the group name in Active Directory.
public final String groupSecurityIdentifier()
Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
public final String templateArn()
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
public UpdateTemplateGroupAccessControlEntryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateTemplateGroupAccessControlEntryRequest.Builder,UpdateTemplateGroupAccessControlEntryRequest>toBuilder in class PcaConnectorAdRequestpublic static UpdateTemplateGroupAccessControlEntryRequest.Builder builder()
public static Class<? extends UpdateTemplateGroupAccessControlEntryRequest.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.