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