@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuthorizerSummary extends Object implements Serializable, Cloneable, StructuredPojo
The authorizer summary.
Constructor and Description |
---|
AuthorizerSummary() |
Modifier and Type | Method and Description |
---|---|
AuthorizerSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAuthorizerArn()
The authorizer ARN.
|
String |
getAuthorizerName()
The authorizer name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAuthorizerArn(String authorizerArn)
The authorizer ARN.
|
void |
setAuthorizerName(String authorizerName)
The authorizer name.
|
String |
toString()
Returns a string representation of this object.
|
AuthorizerSummary |
withAuthorizerArn(String authorizerArn)
The authorizer ARN.
|
AuthorizerSummary |
withAuthorizerName(String authorizerName)
The authorizer name.
|
public void setAuthorizerName(String authorizerName)
The authorizer name.
authorizerName
- The authorizer name.public String getAuthorizerName()
The authorizer name.
public AuthorizerSummary 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 AuthorizerSummary withAuthorizerArn(String authorizerArn)
The authorizer ARN.
authorizerArn
- The authorizer ARN.public String toString()
toString
in class Object
Object.toString()
public AuthorizerSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.