@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccessRights extends Object implements Serializable, Cloneable, StructuredPojo
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
| Constructor and Description |
|---|
AccessRights() |
| Modifier and Type | Method and Description |
|---|---|
AccessRights |
clone() |
boolean |
equals(Object obj) |
String |
getAutoEnroll()
Allow or deny an Active Directory group from autoenrolling certificates issued against a template.
|
String |
getEnroll()
Allow or deny an Active Directory group from enrolling certificates issued against a template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAutoEnroll(String autoEnroll)
Allow or deny an Active Directory group from autoenrolling certificates issued against a template.
|
void |
setEnroll(String enroll)
Allow or deny an Active Directory group from enrolling certificates issued against a template.
|
String |
toString()
Returns a string representation of this object.
|
AccessRights |
withAutoEnroll(AccessRight autoEnroll)
Allow or deny an Active Directory group from autoenrolling certificates issued against a template.
|
AccessRights |
withAutoEnroll(String autoEnroll)
Allow or deny an Active Directory group from autoenrolling certificates issued against a template.
|
AccessRights |
withEnroll(AccessRight enroll)
Allow or deny an Active Directory group from enrolling certificates issued against a template.
|
AccessRights |
withEnroll(String enroll)
Allow or deny an Active Directory group from enrolling certificates issued against a template.
|
public void setAutoEnroll(String autoEnroll)
Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment
autoEnroll - Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The
Active Directory group must be allowed to enroll to allow autoenrollmentAccessRightpublic String getAutoEnroll()
Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment
AccessRightpublic AccessRights withAutoEnroll(String autoEnroll)
Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment
autoEnroll - Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The
Active Directory group must be allowed to enroll to allow autoenrollmentAccessRightpublic AccessRights withAutoEnroll(AccessRight autoEnroll)
Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment
autoEnroll - Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The
Active Directory group must be allowed to enroll to allow autoenrollmentAccessRightpublic void setEnroll(String enroll)
Allow or deny an Active Directory group from enrolling certificates issued against a template.
enroll - Allow or deny an Active Directory group from enrolling certificates issued against a template.AccessRightpublic String getEnroll()
Allow or deny an Active Directory group from enrolling certificates issued against a template.
AccessRightpublic AccessRights withEnroll(String enroll)
Allow or deny an Active Directory group from enrolling certificates issued against a template.
enroll - Allow or deny an Active Directory group from enrolling certificates issued against a template.AccessRightpublic AccessRights withEnroll(AccessRight enroll)
Allow or deny an Active Directory group from enrolling certificates issued against a template.
enroll - Allow or deny an Active Directory group from enrolling certificates issued against a template.AccessRightpublic String toString()
toString in class ObjectObject.toString()public AccessRights clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.