public class GetAuthorizationTokenResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
GetAuthorizationTokenResult() |
Modifier and Type | Method and Description |
---|---|
GetAuthorizationTokenResult |
clone() |
boolean |
equals(Object obj) |
List<AuthorizationData> |
getAuthorizationData()
A list of authorization token data objects that correspond to the
registryIds values in the request. |
int |
hashCode() |
void |
setAuthorizationData(Collection<AuthorizationData> authorizationData)
A list of authorization token data objects that correspond to the
registryIds values in the request. |
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(Collection<AuthorizationData> authorizationData)
A list of authorization token data objects that correspond to the
registryIds values in the request. |
public 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(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(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 String toString()
toString
in class Object
Object.toString()
public GetAuthorizationTokenResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.