@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 autoenrollmentAccessRight
public 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
AccessRight
public 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 autoenrollmentAccessRight
public 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 autoenrollmentAccessRight
public 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.AccessRight
public String getEnroll()
Allow or deny an Active Directory group from enrolling certificates issued against a template.
AccessRight
public 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.AccessRight
public 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.AccessRight
public String toString()
toString
in class Object
Object.toString()
public AccessRights clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.