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