Package com.atlan.model.relations
Class UniqueAttributes
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.relations.UniqueAttributes
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
UniqueAttributes.UniqueAttributesBuilder<C extends UniqueAttributes,
B extends UniqueAttributes.UniqueAttributesBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic UniqueAttributes.UniqueAttributesBuilder<?,
?> builder()
protected boolean
boolean
Unique resource number for AWS resources (only).Unique name of the related entity.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
UniqueAttributes
-
-
Method Details
-
builder
-
getQualifiedName
Unique name of the related entity. -
getAwsArn
Unique resource number for AWS resources (only). -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-