Class GetRestApisResult
java.lang.Object
com.amazonaws.services.apigateway.model.GetRestApisResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains references to your APIs and links that guide you in ways to interact with your collection. A collection offers a paginated view of your APIs.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetItems()An array of links to the current page of RestApi resources.inthashCode()voidsetItems(Collection<RestApi> items) An array of links to the current page of RestApi resources.voidsetPosition(String position) toString()Returns a string representation of this object; useful for testing and debugging.An array of links to the current page of RestApi resources.withItems(Collection<RestApi> items) An array of links to the current page of RestApi resources.withPosition(String position)
-
Constructor Details
-
GetRestApisResult
public GetRestApisResult()
-
-
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
An array of links to the current page of RestApi resources.
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- An array of links to the current page of RestApi resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withItems
-
toString
-
equals
-
hashCode
-
clone
-