@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBackendAuthIdentityPoolConfig extends Object implements Serializable, Cloneable, StructuredPojo
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.
| Constructor and Description | 
|---|
UpdateBackendAuthIdentityPoolConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateBackendAuthIdentityPoolConfig | 
clone()  | 
boolean | 
equals(Object obj)  | 
Boolean | 
getUnauthenticatedLogin()
 A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app. 
 | 
int | 
hashCode()  | 
Boolean | 
isUnauthenticatedLogin()
 A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app. 
 | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setUnauthenticatedLogin(Boolean unauthenticatedLogin)
 A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateBackendAuthIdentityPoolConfig | 
withUnauthenticatedLogin(Boolean unauthenticatedLogin)
 A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app. 
 | 
public void setUnauthenticatedLogin(Boolean unauthenticatedLogin)
A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.
unauthenticatedLogin - A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.public Boolean getUnauthenticatedLogin()
A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.
public UpdateBackendAuthIdentityPoolConfig withUnauthenticatedLogin(Boolean unauthenticatedLogin)
A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.
unauthenticatedLogin - A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.public Boolean isUnauthenticatedLogin()
A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.
public String toString()
toString in class ObjectObject.toString()public UpdateBackendAuthIdentityPoolConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.