Package com.atlan.model.structs
Class SageMakerUnifiedStudioSsoUser
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.SageMakerUnifiedStudioSsoUser
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class SageMakerUnifiedStudioSsoUser
extends AtlanStruct
SSO user associated with a SageMaker Unified Studio project.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSageMakerUnifiedStudioSsoUser.SageMakerUnifiedStudioSsoUserBuilder<C extends SageMakerUnifiedStudioSsoUser,B extends SageMakerUnifiedStudioSsoUser.SageMakerUnifiedStudioSsoUserBuilder<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
FieldsFields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSageMakerUnifiedStudioSsoUser(SageMakerUnifiedStudioSsoUser.SageMakerUnifiedStudioSsoUserBuilder<?, ?> b) -
Method Summary
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
SageMakerUnifiedStudioSsoUser
protected SageMakerUnifiedStudioSsoUser(SageMakerUnifiedStudioSsoUser.SageMakerUnifiedStudioSsoUserBuilder<?, ?> b)
-
-
Method Details
-
of
Quickly create a new SageMakerUnifiedStudioSsoUser.- Parameters:
smusSsoUserEmail- Email address of the SSO user.smusSsoUserRole- Role assigned to the SSO user within the project.- Returns:
- a SageMakerUnifiedStudioSsoUser with the provided information
-
builder
-
toBuilder
-
getSmusSsoUserEmail
Email address of the SSO user. -
getSmusSsoUserRole
Role assigned to the SSO user within the project. -
equals
- Overrides:
equalsin classAtlanStruct
-
canEqual
- Overrides:
canEqualin classAtlanStruct
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanStruct
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-
getTypeName
Fixed typeName for SageMakerUnifiedStudioSsoUser.- Overrides:
getTypeNamein classAtlanStruct
-