@Generated(value="software.amazon.awssdk:codegen") public final class DescribePrincipalMappingRequest extends KendraRequest implements ToCopyableBuilder<DescribePrincipalMappingRequest.Builder,DescribePrincipalMappingRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribePrincipalMappingRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribePrincipalMappingRequest.Builder |
builder() |
String |
dataSourceId()
The identifier of the data source to check the processing of
PUT and DELETE actions for
mapping users to their groups. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupId()
The identifier of the group required to check the processing of
PUT and DELETE actions
for mapping users to their groups. |
int |
hashCode() |
String |
indexId()
The identifier of the index required to check the processing of
PUT and DELETE actions
for mapping users to their groups. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribePrincipalMappingRequest.Builder> |
serializableBuilderClass() |
DescribePrincipalMappingRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String indexId()
The identifier of the index required to check the processing of PUT and DELETE actions
for mapping users to their groups.
PUT and DELETE
actions for mapping users to their groups.public final String dataSourceId()
The identifier of the data source to check the processing of PUT and DELETE actions for
mapping users to their groups.
PUT and DELETE
actions for mapping users to their groups.public final String groupId()
The identifier of the group required to check the processing of PUT and DELETE actions
for mapping users to their groups.
PUT and DELETE
actions for mapping users to their groups.public DescribePrincipalMappingRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribePrincipalMappingRequest.Builder,DescribePrincipalMappingRequest>toBuilder in class KendraRequestpublic static DescribePrincipalMappingRequest.Builder builder()
public static Class<? extends DescribePrincipalMappingRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.