public class GetAuthorizersResult extends Object implements Serializable, Cloneable
Represents a collection of Authorizer resources.
Constructor and Description |
---|
GetAuthorizersResult() |
Modifier and Type | Method and Description |
---|---|
GetAuthorizersResult |
clone() |
boolean |
equals(Object obj) |
List<Authorizer> |
getItems()
Gets the current list of Authorizer resources in the collection.
|
String |
getPosition() |
int |
hashCode() |
void |
setItems(Collection<Authorizer> items)
Gets the current list of Authorizer resources in the collection.
|
void |
setPosition(String position) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetAuthorizersResult |
withItems(Authorizer... items)
Gets the current list of Authorizer resources in the collection.
|
GetAuthorizersResult |
withItems(Collection<Authorizer> items)
Gets the current list of Authorizer resources in the collection.
|
GetAuthorizersResult |
withPosition(String position) |
public void setPosition(String position)
position
- public String getPosition()
public GetAuthorizersResult withPosition(String position)
position
- public List<Authorizer> getItems()
Gets the current list of Authorizer resources in the collection.
public void setItems(Collection<Authorizer> items)
Gets the current list of Authorizer resources in the collection.
items
- Gets the current list of Authorizer resources in the
collection.public GetAuthorizersResult withItems(Authorizer... items)
Gets the current list of Authorizer resources in the collection.
NOTE: This method appends the values to the existing list (if
any). Use setItems(java.util.Collection)
or
withItems(java.util.Collection)
if you want to override the
existing values.
items
- Gets the current list of Authorizer resources in the
collection.public GetAuthorizersResult withItems(Collection<Authorizer> items)
Gets the current list of Authorizer resources in the collection.
items
- Gets the current list of Authorizer resources in the
collection.public String toString()
toString
in class Object
Object.toString()
public GetAuthorizersResult clone()
Copyright © 2016. All rights reserved.