@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EntitlementAttribute.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EntitlementAttribute.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
A supported AWS IAM SAML
PrincipalTag attribute that is matched to the associated value when a user
identity federates into an Amazon AppStream 2.0 SAML application. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EntitlementAttribute.Builder> |
serializableBuilderClass() |
EntitlementAttribute.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
A supported AWS IAM SAML PrincipalTag attribute 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
PrincipalTag attribute 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
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.
public EntitlementAttribute.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EntitlementAttribute.Builder,EntitlementAttribute>public static EntitlementAttribute.Builder builder()
public static Class<? extends EntitlementAttribute.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.