@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAuthorizerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateAuthorizerResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateAuthorizerResult |
clone() |
boolean |
equals(Object obj) |
String |
getAuthorizerArn()
The authorizer ARN.
|
String |
getAuthorizerName()
The authorizer's name.
|
int |
hashCode() |
void |
setAuthorizerArn(String authorizerArn)
The authorizer ARN.
|
void |
setAuthorizerName(String authorizerName)
The authorizer's name.
|
String |
toString()
Returns a string representation of this object.
|
CreateAuthorizerResult |
withAuthorizerArn(String authorizerArn)
The authorizer ARN.
|
CreateAuthorizerResult |
withAuthorizerName(String authorizerName)
The authorizer's name.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAuthorizerName(String authorizerName)
The authorizer's name.
authorizerName - The authorizer's name.public String getAuthorizerName()
The authorizer's name.
public CreateAuthorizerResult withAuthorizerName(String authorizerName)
The authorizer's name.
authorizerName - The authorizer's name.public void setAuthorizerArn(String authorizerArn)
The authorizer ARN.
authorizerArn - The authorizer ARN.public String getAuthorizerArn()
The authorizer ARN.
public CreateAuthorizerResult withAuthorizerArn(String authorizerArn)
The authorizer ARN.
authorizerArn - The authorizer ARN.public String toString()
toString in class ObjectObject.toString()public CreateAuthorizerResult clone()