@Generated(value="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 used as a request parameter for the ListIdentityStores operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IdentitySourceFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IdentitySourceFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
principalEntityType()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String principalEntityType()
The Cedar entity type of the principals returned by the identity provider (IdP) associated with this identity source.
public IdentitySourceFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IdentitySourceFilter.Builder,IdentitySourceFilter>public static IdentitySourceFilter.Builder builder()
public static Class<? extends IdentitySourceFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.