@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePrincipalMappingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribePrincipalMappingRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribePrincipalMappingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDataSourceId()
The identifier of the data source to check the processing of
PUT and DELETE actions for
mapping users to their groups. |
String |
getGroupId()
The identifier of the group required to check the processing of
PUT and DELETE actions
for mapping users to their groups. |
String |
getIndexId()
The identifier of the index required to check the processing of
PUT and DELETE actions
for mapping users to their groups. |
int |
hashCode() |
void |
setDataSourceId(String dataSourceId)
The identifier of the data source to check the processing of
PUT and DELETE actions for
mapping users to their groups. |
void |
setGroupId(String groupId)
The identifier of the group required to check the processing of
PUT and DELETE actions
for mapping users to their groups. |
void |
setIndexId(String indexId)
The identifier of the index required to check the processing of
PUT and DELETE actions
for mapping users to their groups. |
String |
toString()
Returns a string representation of this object.
|
DescribePrincipalMappingRequest |
withDataSourceId(String dataSourceId)
The identifier of the data source to check the processing of
PUT and DELETE actions for
mapping users to their groups. |
DescribePrincipalMappingRequest |
withGroupId(String groupId)
The identifier of the group required to check the processing of
PUT and DELETE actions
for mapping users to their groups. |
DescribePrincipalMappingRequest |
withIndexId(String indexId)
The identifier of the index required to check the processing of
PUT and DELETE actions
for mapping users to their groups. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setIndexId(String indexId)
The identifier of the index required to check the processing of PUT and DELETE actions
for mapping users to their groups.
indexId - The identifier of the index required to check the processing of PUT and DELETE
actions for mapping users to their groups.public String getIndexId()
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 DescribePrincipalMappingRequest withIndexId(String indexId)
The identifier of the index required to check the processing of PUT and DELETE actions
for mapping users to their groups.
indexId - The identifier of the index required to check the processing of PUT and DELETE
actions for mapping users to their groups.public void setDataSourceId(String dataSourceId)
The identifier of the data source to check the processing of PUT and DELETE actions for
mapping users to their groups.
dataSourceId - The identifier of the data source to check the processing of PUT and DELETE
actions for mapping users to their groups.public String getDataSourceId()
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 DescribePrincipalMappingRequest withDataSourceId(String dataSourceId)
The identifier of the data source to check the processing of PUT and DELETE actions for
mapping users to their groups.
dataSourceId - The identifier of the data source to check the processing of PUT and DELETE
actions for mapping users to their groups.public void setGroupId(String groupId)
The identifier of the group required to check the processing of PUT and DELETE actions
for mapping users to their groups.
groupId - The identifier of the group required to check the processing of PUT and DELETE
actions for mapping users to their groups.public String getGroupId()
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 withGroupId(String groupId)
The identifier of the group required to check the processing of PUT and DELETE actions
for mapping users to their groups.
groupId - The identifier of the group required to check the processing of PUT and DELETE
actions for mapping users to their groups.public String toString()
toString in class ObjectObject.toString()public DescribePrincipalMappingRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()