Class CreateTemplateGroupAccessControlEntryRequest
- 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.CreateTemplateGroupAccessControlEntryRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateTemplateGroupAccessControlEntryRequest.Builder,CreateTemplateGroupAccessControlEntryRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateTemplateGroupAccessControlEntryRequest extends PcaConnectorAdRequest implements ToCopyableBuilder<CreateTemplateGroupAccessControlEntryRequest.Builder,CreateTemplateGroupAccessControlEntryRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateTemplateGroupAccessControlEntryRequest.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 CreateTemplateGroupAccessControlEntryRequest.Builderbuilder()StringclientToken()Idempotency token.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 CreateTemplateGroupAccessControlEntryRequest.Builder>serializableBuilderClass()StringtemplateArn()The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.CreateTemplateGroupAccessControlEntryRequest.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.
-
clientToken
public final String clientToken()
Idempotency token.
- Returns:
- Idempotency token.
-
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 CreateTemplateGroupAccessControlEntryRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateTemplateGroupAccessControlEntryRequest.Builder,CreateTemplateGroupAccessControlEntryRequest>- Specified by:
toBuilderin classPcaConnectorAdRequest
-
builder
public static CreateTemplateGroupAccessControlEntryRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateTemplateGroupAccessControlEntryRequest.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
-
-