@Generated(value="software.amazon.awssdk:codegen") public final class ListAvailableManagementCidrRangesRequest extends WorkSpacesRequest implements ToCopyableBuilder<ListAvailableManagementCidrRangesRequest.Builder,ListAvailableManagementCidrRangesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAvailableManagementCidrRangesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListAvailableManagementCidrRangesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
managementCidrRangeConstraint()
The IP address range to search.
|
Integer |
maxResults()
The maximum number of items to return.
|
String |
nextToken()
If you received a
NextToken from a previous call that was paginated, provide this token to receive
the next set of results. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAvailableManagementCidrRangesRequest.Builder> |
serializableBuilderClass() |
ListAvailableManagementCidrRangesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String managementCidrRangeConstraint()
The IP address range to search. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block).
public final Integer maxResults()
The maximum number of items to return.
public final String nextToken()
If you received a NextToken from a previous call that was paginated, provide this token to receive
the next set of results.
NextToken from a previous call that was paginated, provide this token to
receive the next set of results.public ListAvailableManagementCidrRangesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAvailableManagementCidrRangesRequest.Builder,ListAvailableManagementCidrRangesRequest>toBuilder in class WorkSpacesRequestpublic static ListAvailableManagementCidrRangesRequest.Builder builder()
public static Class<? extends ListAvailableManagementCidrRangesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.