Class GetResourcesResult
java.lang.Object
com.amazonaws.services.apigateway.model.GetResourcesResult
- All Implemented Interfaces:
Serializable, Cloneable
Represents a collection of Resource resources.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetItems()Gets the current Resource resource in the collection.inthashCode()voidsetItems(Collection<Resource> items) Gets the current Resource resource in the collection.voidsetPosition(String position) toString()Returns a string representation of this object; useful for testing and debugging.Gets the current Resource resource in the collection.withItems(Collection<Resource> items) Gets the current Resource resource in the collection.withPosition(String position)
-
Constructor Details
-
GetResourcesResult
public GetResourcesResult()
-
-
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
-
setItems
-
withItems
Gets the current Resource resource 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 Resource resource in the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withItems
-
toString
-
equals
-
hashCode
-
clone
-