Class UpdateTemplateGroupAccessControlEntryRequest
- 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.UpdateTemplateGroupAccessControlEntryRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateTemplateGroupAccessControlEntryRequest.Builder,UpdateTemplateGroupAccessControlEntryRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateTemplateGroupAccessControlEntryRequest extends PcaConnectorAdRequest implements ToCopyableBuilder<UpdateTemplateGroupAccessControlEntryRequest.Builder,UpdateTemplateGroupAccessControlEntryRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateTemplateGroupAccessControlEntryRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessRightsaccessRights()Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.static UpdateTemplateGroupAccessControlEntryRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgroupDisplayName()Name of the Active Directory group.StringgroupSecurityIdentifier()Security identifier (SID) of the group object from Active Directory.inthashCode()List<SdkField<?>>sdkFields()static Class<? extends UpdateTemplateGroupAccessControlEntryRequest.Builder>serializableBuilderClass()StringtemplateArn()The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.UpdateTemplateGroupAccessControlEntryRequest.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
-
accessRights
public final AccessRights accessRights()
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
- Returns:
- Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
-
groupDisplayName
public final String groupDisplayName()
Name of the Active Directory group. This name does not need to match the group name in Active Directory.
- Returns:
- Name of the Active Directory group. This name does not need to match the group name in Active Directory.
-
groupSecurityIdentifier
public final String groupSecurityIdentifier()
Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
- Returns:
- Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
-
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 UpdateTemplateGroupAccessControlEntryRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateTemplateGroupAccessControlEntryRequest.Builder,UpdateTemplateGroupAccessControlEntryRequest>- Specified by:
toBuilderin classPcaConnectorAdRequest
-
builder
public static UpdateTemplateGroupAccessControlEntryRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateTemplateGroupAccessControlEntryRequest.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
-
-