@Generated(value="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).
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomAttribute.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomAttribute.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
objectIdentifier()
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomAttribute.Builder> |
serializableBuilderClass() |
CustomAttribute.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String objectIdentifier()
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
public final String value()
Specifies the attribute value of relative distinguished name (RDN).
Specifies the attribute value of relative distinguished name (RDN).
public CustomAttribute.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomAttribute.Builder,CustomAttribute>public static CustomAttribute.Builder builder()
public static Class<? extends CustomAttribute.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.