@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoginAuthConfigReqObj extends Object implements Serializable, Cloneable, StructuredPojo
The request object for this operation.
Constructor and Description |
---|
LoginAuthConfigReqObj() |
Modifier and Type | Method and Description |
---|---|
LoginAuthConfigReqObj |
clone() |
boolean |
equals(Object obj) |
String |
getAwsCognitoIdentityPoolId()
The Amazon Cognito identity pool ID used for the Amplify Admin UI login authorization.
|
String |
getAwsCognitoRegion()
The AWS Region for the Amplify Admin UI login.
|
String |
getAwsUserPoolsId()
The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.
|
String |
getAwsUserPoolsWebClientId()
The web client ID for the Amazon Cognito user pools.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAwsCognitoIdentityPoolId(String awsCognitoIdentityPoolId)
The Amazon Cognito identity pool ID used for the Amplify Admin UI login authorization.
|
void |
setAwsCognitoRegion(String awsCognitoRegion)
The AWS Region for the Amplify Admin UI login.
|
void |
setAwsUserPoolsId(String awsUserPoolsId)
The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.
|
void |
setAwsUserPoolsWebClientId(String awsUserPoolsWebClientId)
The web client ID for the Amazon Cognito user pools.
|
String |
toString()
Returns a string representation of this object.
|
LoginAuthConfigReqObj |
withAwsCognitoIdentityPoolId(String awsCognitoIdentityPoolId)
The Amazon Cognito identity pool ID used for the Amplify Admin UI login authorization.
|
LoginAuthConfigReqObj |
withAwsCognitoRegion(String awsCognitoRegion)
The AWS Region for the Amplify Admin UI login.
|
LoginAuthConfigReqObj |
withAwsUserPoolsId(String awsUserPoolsId)
The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.
|
LoginAuthConfigReqObj |
withAwsUserPoolsWebClientId(String awsUserPoolsWebClientId)
The web client ID for the Amazon Cognito user pools.
|
public void setAwsCognitoIdentityPoolId(String awsCognitoIdentityPoolId)
The Amazon Cognito identity pool ID used for the Amplify Admin UI login authorization.
awsCognitoIdentityPoolId
- The Amazon Cognito identity pool ID used for the Amplify Admin UI login authorization.public String getAwsCognitoIdentityPoolId()
The Amazon Cognito identity pool ID used for the Amplify Admin UI login authorization.
public LoginAuthConfigReqObj withAwsCognitoIdentityPoolId(String awsCognitoIdentityPoolId)
The Amazon Cognito identity pool ID used for the Amplify Admin UI login authorization.
awsCognitoIdentityPoolId
- The Amazon Cognito identity pool ID used for the Amplify Admin UI login authorization.public void setAwsCognitoRegion(String awsCognitoRegion)
The AWS Region for the Amplify Admin UI login.
awsCognitoRegion
- The AWS Region for the Amplify Admin UI login.public String getAwsCognitoRegion()
The AWS Region for the Amplify Admin UI login.
public LoginAuthConfigReqObj withAwsCognitoRegion(String awsCognitoRegion)
The AWS Region for the Amplify Admin UI login.
awsCognitoRegion
- The AWS Region for the Amplify Admin UI login.public void setAwsUserPoolsId(String awsUserPoolsId)
The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.
awsUserPoolsId
- The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.public String getAwsUserPoolsId()
The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.
public LoginAuthConfigReqObj withAwsUserPoolsId(String awsUserPoolsId)
The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.
awsUserPoolsId
- The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.public void setAwsUserPoolsWebClientId(String awsUserPoolsWebClientId)
The web client ID for the Amazon Cognito user pools.
awsUserPoolsWebClientId
- The web client ID for the Amazon Cognito user pools.public String getAwsUserPoolsWebClientId()
The web client ID for the Amazon Cognito user pools.
public LoginAuthConfigReqObj withAwsUserPoolsWebClientId(String awsUserPoolsWebClientId)
The web client ID for the Amazon Cognito user pools.
awsUserPoolsWebClientId
- The web client ID for the Amazon Cognito user pools.public String toString()
toString
in class Object
Object.toString()
public LoginAuthConfigReqObj clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.