Class GetAuthorizersResult
java.lang.Object
com.amazonaws.services.apigateway.model.GetAuthorizersResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents a collection of Authorizer resources.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getItems()
Gets the current list of Authorizer resources in the collection.int
hashCode()
void
setItems
(Collection<Authorizer> items) Gets the current list of Authorizer resources in the collection.void
setPosition
(String position) toString()
Returns a string representation of this object; useful for testing and debugging.withItems
(Authorizer... items) Gets the current list of Authorizer resources in the collection.withItems
(Collection<Authorizer> items) Gets the current list of Authorizer resources in the collection.withPosition
(String position)
-
Constructor Details
-
GetAuthorizersResult
public GetAuthorizersResult()
-
-
Method Details
-
setPosition
- Parameters:
position
-
-
getPosition
- Returns:
-
withPosition
- Parameters:
position
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getItems
Gets the current list of Authorizer resources in the collection.
- Returns:
- Gets the current list of Authorizer resources in the collection.
-
setItems
Gets the current list of Authorizer resources in the collection.
- Parameters:
items
- Gets the current list of Authorizer resources in the collection.
-
withItems
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)
orwithItems(java.util.Collection)
if you want to override the existing values.- Parameters:
items
- Gets the current list of Authorizer resources in the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withItems
Gets the current list of Authorizer resources in the collection.
- Parameters:
items
- Gets the current list of Authorizer resources in the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-