Class IdentitySourceFilter
- java.lang.Object
-
- software.amazon.awssdk.services.verifiedpermissions.model.IdentitySourceFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IdentitySourceFilter.Builder,IdentitySourceFilter>
@Generated("software.amazon.awssdk:codegen") public final class IdentitySourceFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IdentitySourceFilter.Builder,IdentitySourceFilter>
A structure that defines characteristics of an identity source that you can use to filter.
This data type is a request parameter for the ListIdentityStores operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIdentitySourceFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdentitySourceFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringprincipalEntityType()The Cedar entity type of the principals returned by the identity provider (IdP) associated with this identity source.List<SdkField<?>>sdkFields()static Class<? extends IdentitySourceFilter.Builder>serializableBuilderClass()IdentitySourceFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
principalEntityType
public final String principalEntityType()
The Cedar entity type of the principals returned by the identity provider (IdP) associated with this identity source.
- Returns:
- The Cedar entity type of the principals returned by the identity provider (IdP) associated with this identity source.
-
toBuilder
public IdentitySourceFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IdentitySourceFilter.Builder,IdentitySourceFilter>
-
builder
public static IdentitySourceFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends IdentitySourceFilter.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.
-
-