@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetDefaultAuthorizerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| SetDefaultAuthorizerResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| SetDefaultAuthorizerResult | clone() | 
| 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. | 
| SetDefaultAuthorizerResult | withAuthorizerArn(String authorizerArn)
 The authorizer ARN. | 
| SetDefaultAuthorizerResult | withAuthorizerName(String authorizerName)
 The authorizer name. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAuthorizerName(String authorizerName)
The authorizer name.
authorizerName - The authorizer name.public String getAuthorizerName()
The authorizer name.
public SetDefaultAuthorizerResult withAuthorizerName(String authorizerName)
The authorizer name.
authorizerName - The authorizer name.public void setAuthorizerArn(String authorizerArn)
The authorizer ARN.
authorizerArn - The authorizer ARN.public String getAuthorizerArn()
The authorizer ARN.
public SetDefaultAuthorizerResult withAuthorizerArn(String authorizerArn)
The authorizer ARN.
authorizerArn - The authorizer ARN.public String toString()
toString in class ObjectObject.toString()public SetDefaultAuthorizerResult clone()