public class GetAuthorizationTokenResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.util.List<AuthorizationData> |
authorizationData
A list of authorization token data objects that correspond to the
registryIds values in the request. |
Constructor and Description |
---|
GetAuthorizationTokenResult() |
Modifier and Type | Method and Description |
---|---|
GetAuthorizationTokenResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<AuthorizationData> |
getAuthorizationData()
A list of authorization token data objects that correspond to the
registryIds values in the request. |
int |
hashCode() |
void |
setAuthorizationData(java.util.Collection<AuthorizationData> authorizationData)
A list of authorization token data objects that correspond to the
registryIds values in the request. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetAuthorizationTokenResult |
withAuthorizationData(AuthorizationData... authorizationData)
A list of authorization token data objects that correspond to the
registryIds values in the request. |
GetAuthorizationTokenResult |
withAuthorizationData(java.util.Collection<AuthorizationData> authorizationData)
A list of authorization token data objects that correspond to the
registryIds values in the request. |
private java.util.List<AuthorizationData> authorizationData
A list of authorization token data objects that correspond to the
registryIds
values in the request.
public java.util.List<AuthorizationData> getAuthorizationData()
A list of authorization token data objects that correspond to the
registryIds
values in the request.
registryIds
values in the request.public void setAuthorizationData(java.util.Collection<AuthorizationData> authorizationData)
A list of authorization token data objects that correspond to the
registryIds
values in the request.
authorizationData
- A list of authorization token data objects that correspond to the
registryIds
values in the request.public GetAuthorizationTokenResult withAuthorizationData(AuthorizationData... authorizationData)
A list of authorization token data objects that correspond to the
registryIds
values in the request.
NOTE: This method appends the values to the existing list (if
any). Use setAuthorizationData(java.util.Collection)
or
withAuthorizationData(java.util.Collection)
if you want to
override the existing values.
authorizationData
- A list of authorization token data objects that correspond to the
registryIds
values in the request.public GetAuthorizationTokenResult withAuthorizationData(java.util.Collection<AuthorizationData> authorizationData)
A list of authorization token data objects that correspond to the
registryIds
values in the request.
authorizationData
- A list of authorization token data objects that correspond to the
registryIds
values in the request.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetAuthorizationTokenResult clone()
clone
in class java.lang.Object