@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListSecurityGroupsResponse extends PaginatedResponse<SecurityGroupResource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSecurityGroupsResponse.Builder
Builds instances of type
ListSecurityGroupsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListSecurityGroupsResponse.Builder |
builder()
Creates a builder for
ListSecurityGroupsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListSecurityGroupsResponse that have equal attribute values. |
String |
getNextUrl()
The next url
|
String |
getPreviousUrl()
The previous url
|
List<SecurityGroupResource> |
getResources()
The resources
|
Integer |
getTotalPages()
The total pages
|
Integer |
getTotalResults()
The total results
|
int |
hashCode()
Computes a hash code from attributes:
nextUrl, previousUrl, resources, totalPages, totalResults. |
String |
toString()
Prints the immutable value
ListSecurityGroupsResponse with attribute values. |
public String getNextUrl()
getNextUrl in class PaginatedResponse<SecurityGroupResource>public String getPreviousUrl()
getPreviousUrl in class PaginatedResponse<SecurityGroupResource>public List<SecurityGroupResource> getResources()
getResources in class PaginatedResponse<SecurityGroupResource>public Integer getTotalPages()
getTotalPages in class PaginatedResponse<SecurityGroupResource>public Integer getTotalResults()
getTotalResults in class PaginatedResponse<SecurityGroupResource>public boolean equals(Object another)
ListSecurityGroupsResponse that have equal attribute values.public int hashCode()
nextUrl, previousUrl, resources, totalPages, totalResults.public String toString()
ListSecurityGroupsResponse with attribute values.public static ListSecurityGroupsResponse.Builder builder()
ListSecurityGroupsResponse.
ListSecurityGroupsResponse.builder()
.nextUrl(String | null) // nullable nextUrl
.previousUrl(String | null) // nullable previousUrl
.resources(List<SecurityGroupResource> | null) // nullable resources
.totalPages(Integer | null) // nullable totalPages
.totalResults(Integer | null) // nullable totalResults
.build();
Copyright © 2020. All rights reserved.