public class SetDefaultAuthorizerRequest extends AmazonWebServiceRequest implements java.io.Serializable
Sets the default authorizer. This will be used if a websocket connection is made without specifying an authorizer.
| Constructor and Description | 
|---|
| SetDefaultAuthorizerRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.lang.String | getAuthorizerName()
 The authorizer name. | 
| int | hashCode() | 
| void | setAuthorizerName(java.lang.String authorizerName)
 The authorizer name. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| SetDefaultAuthorizerRequest | withAuthorizerName(java.lang.String authorizerName)
 The authorizer name. | 
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getAuthorizerName()
The authorizer name.
 Constraints:
 Length: 1 - 128
 Pattern: [\w=,@-]+
The authorizer name.
public void setAuthorizerName(java.lang.String authorizerName)
The authorizer name.
 Constraints:
 Length: 1 - 128
 Pattern: [\w=,@-]+
authorizerName - The authorizer name.
public SetDefaultAuthorizerRequest withAuthorizerName(java.lang.String authorizerName)
The authorizer name.
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 128
 Pattern: [\w=,@-]+
authorizerName - The authorizer name.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.