Class PaginationInfo
java.lang.Object
software.amazon.smithy.model.knowledge.PaginationInfo
Resolved and valid pagination information about an operation in a service.
-
Method Summary
Modifier and TypeMethodDescriptiongetInput()
Deprecated.Get the resolved items path identifiers as a list ofMemberShape
.Deprecated.SeegetOutputTokenMemberPath()
to retrieve the full path.Get the resolved output path identifiers as a list ofMemberShape
.Gets the paginated trait of the operation merged with the service.
-
Method Details
-
getService
-
getOperation
-
getInput
-
getOutput
-
getPaginatedTrait
Gets the paginated trait of the operation merged with the service.- Returns:
- Returns the resolved paginated trait.
-
getInputTokenMember
-
getOutputTokenMember
Deprecated.SeegetOutputTokenMemberPath()
to retrieve the full path.- Returns:
- the last
MemberShape
of the output path.
-
getOutputTokenMemberPath
Get the resolved output path identifiers as a list ofMemberShape
.- Returns:
- A list of
MemberShape
.
-
getItemsMember
Deprecated.SeegetItemsMemberPath()
to retrieve the full path.- Returns:
- the last
MemberShape
of the items path.
-
getItemsMemberPath
Get the resolved items path identifiers as a list ofMemberShape
.- Returns:
- A list of
MemberShape
.
-
getPageSizeMember
-
getItemsMemberPath()
to retrieve the full path.