Interface AssociateRolePagedQueryResponse

All Superinterfaces:
ResourcePagedQueryResponse<AssociateRole>
All Known Implementing Classes:
AssociateRolePagedQueryResponseImpl

PagedQueryResult with results containing an array of AssociateRole.


Example to create an instance using the builder pattern

     AssociateRolePagedQueryResponse associateRolePagedQueryResponse = AssociateRolePagedQueryResponse.builder()
             .limit(0.3)
             .offset(0.3)
             .count(0.3)
             .plusResults(resultsBuilder -> resultsBuilder)
             .build()