Package com.atlan.model.structs
Class AwsTag
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.AwsTag
- All Implemented Interfaces:
Serializable
Detailed information about an AWS tag.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
AwsTag.AwsTagBuilder<C extends AwsTag,
B extends AwsTag.AwsTagBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.structs.AtlanStruct
AtlanStruct.AtlanStructBuilder<C extends AtlanStruct,
B extends AtlanStruct.AtlanStructBuilder<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
-
Method Summary
Modifier and TypeMethodDescriptionstatic AwsTag.AwsTagBuilder<?,
?> builder()
protected boolean
boolean
Key of the AWS tag.Value for the AWS tag.Fixed typeName for AwsTag.int
hashCode()
static AwsTag
Quickly create a new AwsTag.AwsTag.AwsTagBuilder<?,
?> toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
AwsTag
-
-
Method Details
-
of
Quickly create a new AwsTag.- Parameters:
awsTagKey
- Key of the AWS tag.awsTagValue
- Value for the AWS tag.- Returns:
- a AwsTag with the provided information
-
builder
-
toBuilder
-
getAwsTagKey
Key of the AWS tag. -
getAwsTagValue
Value for the AWS tag. -
equals
- Overrides:
equals
in classAtlanStruct
-
canEqual
- Overrides:
canEqual
in classAtlanStruct
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanStruct
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-
getTypeName
Fixed typeName for AwsTag.- Overrides:
getTypeName
in classAtlanStruct
-