@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAuthorizerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
DescribeAuthorizerResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeAuthorizerResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
AuthorizerDescription | 
getAuthorizerDescription()
 The authorizer description. 
 | 
int | 
hashCode()  | 
void | 
setAuthorizerDescription(AuthorizerDescription authorizerDescription)
 The authorizer description. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DescribeAuthorizerResult | 
withAuthorizerDescription(AuthorizerDescription authorizerDescription)
 The authorizer description. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAuthorizerDescription(AuthorizerDescription authorizerDescription)
The authorizer description.
authorizerDescription - The authorizer description.public AuthorizerDescription getAuthorizerDescription()
The authorizer description.
public DescribeAuthorizerResult withAuthorizerDescription(AuthorizerDescription authorizerDescription)
The authorizer description.
authorizerDescription - The authorizer description.public String toString()
toString in class ObjectObject.toString()public DescribeAuthorizerResult clone()