public class TestAuthorizationResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
TestAuthorizationResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<AuthResult> |
getAuthResults()
The authentication results.
|
int |
hashCode() |
void |
setAuthResults(java.util.Collection<AuthResult> authResults)
The authentication results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TestAuthorizationResult |
withAuthResults(AuthResult... authResults)
The authentication results.
|
TestAuthorizationResult |
withAuthResults(java.util.Collection<AuthResult> authResults)
The authentication results.
|
public java.util.List<AuthResult> getAuthResults()
The authentication results.
The authentication results.
public void setAuthResults(java.util.Collection<AuthResult> authResults)
The authentication results.
authResults
- The authentication results.
public TestAuthorizationResult withAuthResults(AuthResult... authResults)
The authentication results.
Returns a reference to this object so that method calls can be chained together.
authResults
- The authentication results.
public TestAuthorizationResult withAuthResults(java.util.Collection<AuthResult> authResults)
The authentication results.
Returns a reference to this object so that method calls can be chained together.
authResults
- The authentication results.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.