public class DeleteUserPoolClientRequest extends Object
| Constructor and Description |
|---|
DeleteUserPoolClientRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteUserPoolClientRequest |
clientUid(String clientUid) |
boolean |
equals(Object o) |
@NotNull String |
getClientUid()
Get clientUid
|
@NotNull String |
getUserPoolUid()
Get userPoolUid
|
int |
hashCode() |
void |
setClientUid(String clientUid) |
void |
setUserPoolUid(String userPoolUid) |
String |
toString() |
DeleteUserPoolClientRequest |
userPoolUid(String userPoolUid) |
public DeleteUserPoolClientRequest clientUid(String clientUid)
@NotNull public @NotNull String getClientUid()
public void setClientUid(String clientUid)
public DeleteUserPoolClientRequest userPoolUid(String userPoolUid)
@NotNull public @NotNull String getUserPoolUid()
public void setUserPoolUid(String userPoolUid)
Copyright © 2026. All rights reserved.