Class EntitlementAttribute
- java.lang.Object
-
- software.amazon.awssdk.services.appstream.model.EntitlementAttribute
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EntitlementAttribute.Builder,EntitlementAttribute>
@Generated("software.amazon.awssdk:codegen") public final class EntitlementAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntitlementAttribute.Builder,EntitlementAttribute>
An attribute associated with an entitlement. Application entitlements work by matching a supported SAML 2.0 attribute name to a value when a user identity federates to an Amazon AppStream 2.0 SAML application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEntitlementAttribute.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntitlementAttribute.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()A supported AWS IAM SAMLPrincipalTagattribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EntitlementAttribute.Builder>serializableBuilderClass()EntitlementAttribute.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon AppStream 2.0 SAML application.-
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
-
name
public final String name()
A supported AWS IAM SAML
PrincipalTagattribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.The following are valid values:
-
roles
-
department
-
organization
-
groups
-
title
-
costCenter
-
userType
- Returns:
- A supported AWS IAM SAML
PrincipalTagattribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.The following are valid values:
-
roles
-
department
-
organization
-
groups
-
title
-
costCenter
-
userType
-
-
-
value
public final String value()
A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon AppStream 2.0 SAML application.
- Returns:
- A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon AppStream 2.0 SAML application.
-
toBuilder
public EntitlementAttribute.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EntitlementAttribute.Builder,EntitlementAttribute>
-
builder
public static EntitlementAttribute.Builder builder()
-
serializableBuilderClass
public static Class<? extends EntitlementAttribute.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
-
-