@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuthorizerConfig extends Object implements Serializable, Cloneable, StructuredPojo
An object that specifies the authorization service for a domain.
Constructor and Description |
---|
AuthorizerConfig() |
Modifier and Type | Method and Description |
---|---|
AuthorizerConfig |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAllowAuthorizerOverride()
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
|
String |
getDefaultAuthorizerName()
The name of the authorization service for a domain configuration.
|
int |
hashCode() |
Boolean |
isAllowAuthorizerOverride()
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAllowAuthorizerOverride(Boolean allowAuthorizerOverride)
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
|
void |
setDefaultAuthorizerName(String defaultAuthorizerName)
The name of the authorization service for a domain configuration.
|
String |
toString()
Returns a string representation of this object.
|
AuthorizerConfig |
withAllowAuthorizerOverride(Boolean allowAuthorizerOverride)
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
|
AuthorizerConfig |
withDefaultAuthorizerName(String defaultAuthorizerName)
The name of the authorization service for a domain configuration.
|
public void setDefaultAuthorizerName(String defaultAuthorizerName)
The name of the authorization service for a domain configuration.
defaultAuthorizerName
- The name of the authorization service for a domain configuration.public String getDefaultAuthorizerName()
The name of the authorization service for a domain configuration.
public AuthorizerConfig withDefaultAuthorizerName(String defaultAuthorizerName)
The name of the authorization service for a domain configuration.
defaultAuthorizerName
- The name of the authorization service for a domain configuration.public void setAllowAuthorizerOverride(Boolean allowAuthorizerOverride)
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
allowAuthorizerOverride
- A Boolean that specifies whether the domain configuration's authorization service can be overridden.public Boolean getAllowAuthorizerOverride()
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
public AuthorizerConfig withAllowAuthorizerOverride(Boolean allowAuthorizerOverride)
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
allowAuthorizerOverride
- A Boolean that specifies whether the domain configuration's authorization service can be overridden.public Boolean isAllowAuthorizerOverride()
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
public String toString()
toString
in class Object
Object.toString()
public AuthorizerConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.