public class CreateAuthorizerResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
| CreateAuthorizerResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.lang.String | getAuthorizerArn()
 The authorizer ARN. | 
| java.lang.String | getAuthorizerName()
 The authorizer's name. | 
| int | hashCode() | 
| void | setAuthorizerArn(java.lang.String authorizerArn)
 The authorizer ARN. | 
| void | setAuthorizerName(java.lang.String authorizerName)
 The authorizer's name. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| CreateAuthorizerResult | withAuthorizerArn(java.lang.String authorizerArn)
 The authorizer ARN. | 
| CreateAuthorizerResult | withAuthorizerName(java.lang.String authorizerName)
 The authorizer's name. | 
public java.lang.String getAuthorizerName()
The authorizer's name.
 Constraints:
 Length: 1 - 128
 Pattern: [\w=,@-]+
The authorizer's name.
public void setAuthorizerName(java.lang.String authorizerName)
The authorizer's name.
 Constraints:
 Length: 1 - 128
 Pattern: [\w=,@-]+
authorizerName - The authorizer's name.
public CreateAuthorizerResult withAuthorizerName(java.lang.String authorizerName)
The authorizer's name.
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 128
 Pattern: [\w=,@-]+
authorizerName - The authorizer's name.
public java.lang.String getAuthorizerArn()
The authorizer ARN.
 Constraints:
 Length:  - 2048
The authorizer ARN.
public void setAuthorizerArn(java.lang.String authorizerArn)
The authorizer ARN.
 Constraints:
 Length:  - 2048
authorizerArn - The authorizer ARN.
public CreateAuthorizerResult withAuthorizerArn(java.lang.String authorizerArn)
The authorizer ARN.
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length:  - 2048
authorizerArn - The authorizer ARN.
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.