Class GeneralFlagsV4
- java.lang.Object
-
- software.amazon.awssdk.services.pcaconnectorad.model.GeneralFlagsV4
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GeneralFlagsV4.Builder,GeneralFlagsV4>
@Generated("software.amazon.awssdk:codegen") public final class GeneralFlagsV4 extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GeneralFlagsV4.Builder,GeneralFlagsV4>
General flags for v4 template schema that defines if the template is for a machine or a user and if the template can be issued using autoenrollment.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGeneralFlagsV4.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanautoEnrollment()Allows certificate issuance using autoenrollment.static GeneralFlagsV4.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanmachineType()Defines if the template is for machines or users.List<SdkField<?>>sdkFields()static Class<? extends GeneralFlagsV4.Builder>serializableBuilderClass()GeneralFlagsV4.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
autoEnrollment
public final Boolean autoEnrollment()
Allows certificate issuance using autoenrollment. Set to TRUE to allow autoenrollment.
- Returns:
- Allows certificate issuance using autoenrollment. Set to TRUE to allow autoenrollment.
-
machineType
public final Boolean machineType()
Defines if the template is for machines or users. Set to TRUE if the template is for machines. Set to FALSE if the template is for users
- Returns:
- Defines if the template is for machines or users. Set to TRUE if the template is for machines. Set to FALSE if the template is for users
-
toBuilder
public GeneralFlagsV4.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GeneralFlagsV4.Builder,GeneralFlagsV4>
-
builder
public static GeneralFlagsV4.Builder builder()
-
serializableBuilderClass
public static Class<? extends GeneralFlagsV4.Builder> serializableBuilderClass()
-
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.
-
-