Class ListAppsListsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.fms.model.FmsRequest
-
- software.amazon.awssdk.services.fms.model.ListAppsListsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListAppsListsRequest.Builder,ListAppsListsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListAppsListsRequest extends FmsRequest implements ToCopyableBuilder<ListAppsListsRequest.Builder,ListAppsListsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListAppsListsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListAppsListsRequest.Builderbuilder()BooleandefaultLists()Specifies whether the lists to retrieve are default lists owned by Firewall Manager.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of objects that you want Firewall Manager to return for this request.StringnextToken()If you specify a value forMaxResultsin your list request, and you have more objects than the maximum, Firewall Manager returns this token in the response.List<SdkField<?>>sdkFields()static Class<? extends ListAppsListsRequest.Builder>serializableBuilderClass()ListAppsListsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
defaultLists
public final Boolean defaultLists()
Specifies whether the lists to retrieve are default lists owned by Firewall Manager.
- Returns:
- Specifies whether the lists to retrieve are default lists owned by Firewall Manager.
-
nextToken
public final String nextToken()
If you specify a value for
MaxResultsin your list request, and you have more objects than the maximum, Firewall Manager returns this token in the response. For all but the first request, you provide the token returned by the prior request in the request parameters, to retrieve the next batch of objects.- Returns:
- If you specify a value for
MaxResultsin your list request, and you have more objects than the maximum, Firewall Manager returns this token in the response. For all but the first request, you provide the token returned by the prior request in the request parameters, to retrieve the next batch of objects.
-
maxResults
public final Integer maxResults()
The maximum number of objects that you want Firewall Manager to return for this request. If more objects are available, in the response, Firewall Manager provides a
NextTokenvalue that you can use in a subsequent call to get the next batch of objects.If you don't specify this, Firewall Manager returns all available objects.
- Returns:
- The maximum number of objects that you want Firewall Manager to return for this request. If more objects
are available, in the response, Firewall Manager provides a
NextTokenvalue that you can use in a subsequent call to get the next batch of objects.If you don't specify this, Firewall Manager returns all available objects.
-
toBuilder
public ListAppsListsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListAppsListsRequest.Builder,ListAppsListsRequest>- Specified by:
toBuilderin classFmsRequest
-
builder
public static ListAppsListsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListAppsListsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-