@Generated(value="software.amazon.awssdk:codegen") public final class LoginAuthConfigReqObj extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoginAuthConfigReqObj.Builder,LoginAuthConfigReqObj>
The request object for this operation.
Modifier and Type | Class and Description |
---|---|
static interface |
LoginAuthConfigReqObj.Builder |
Modifier and Type | Method and Description |
---|---|
String |
awsCognitoIdentityPoolId()
The Amazon Cognito identity pool ID used for Amplify Admin UI login authorization.
|
String |
awsCognitoRegion()
The AWS Region for the Amplify Admin UI login.
|
String |
awsUserPoolsId()
The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.
|
String |
awsUserPoolsWebClientId()
The web client ID for the Amazon Cognito user pools.
|
static LoginAuthConfigReqObj.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoginAuthConfigReqObj.Builder> |
serializableBuilderClass() |
LoginAuthConfigReqObj.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public final String awsCognitoIdentityPoolId()
The Amazon Cognito identity pool ID used for Amplify Admin UI login authorization.
public final String awsCognitoRegion()
The AWS Region for the Amplify Admin UI login.
public final String awsUserPoolsId()
The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.
public final String awsUserPoolsWebClientId()
The web client ID for the Amazon Cognito user pools.
public LoginAuthConfigReqObj.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LoginAuthConfigReqObj.Builder,LoginAuthConfigReqObj>
public static LoginAuthConfigReqObj.Builder builder()
public static Class<? extends LoginAuthConfigReqObj.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()