Class CustomAttribute
- java.lang.Object
-
- software.amazon.awssdk.services.acmpca.model.CustomAttribute
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomAttribute.Builder,CustomAttribute>
@Generated("software.amazon.awssdk:codegen") public final class CustomAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomAttribute.Builder,CustomAttribute>
Defines the X.500 relative distinguished name (RDN).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomAttribute.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomAttribute.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringobjectIdentifier()Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CustomAttribute.Builder>serializableBuilderClass()CustomAttribute.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()-
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
-
objectIdentifier
public final String objectIdentifier()
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
- Returns:
- Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
-
value
public final String value()
Specifies the attribute value of relative distinguished name (RDN).
- Returns:
Specifies the attribute value of relative distinguished name (RDN).
-
toBuilder
public CustomAttribute.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomAttribute.Builder,CustomAttribute>
-
builder
public static CustomAttribute.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomAttribute.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-