Class ListMobileSdkReleasesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.wafv2.model.Wafv2Request
-
- software.amazon.awssdk.services.wafv2.model.ListMobileSdkReleasesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListMobileSdkReleasesRequest.Builder,ListMobileSdkReleasesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListMobileSdkReleasesRequest extends Wafv2Request implements ToCopyableBuilder<ListMobileSdkReleasesRequest.Builder,ListMobileSdkReleasesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListMobileSdkReleasesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListMobileSdkReleasesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerlimit()The maximum number of objects that you want WAF to return for this request.StringnextMarker()When you request a list of objects with aLimitsetting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns aNextMarkervalue in the response.Platformplatform()The device platform to retrieve the list for.StringplatformAsString()The device platform to retrieve the list for.List<SdkField<?>>sdkFields()static Class<? extends ListMobileSdkReleasesRequest.Builder>serializableBuilderClass()ListMobileSdkReleasesRequest.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
-
platform
public final Platform platform()
The device platform to retrieve the list for.
If the service returns an enum value that is not available in the current SDK version,
platformwill returnPlatform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromplatformAsString().- Returns:
- The device platform to retrieve the list for.
- See Also:
Platform
-
platformAsString
public final String platformAsString()
The device platform to retrieve the list for.
If the service returns an enum value that is not available in the current SDK version,
platformwill returnPlatform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromplatformAsString().- Returns:
- The device platform to retrieve the list for.
- See Also:
Platform
-
nextMarker
public final String nextMarker()
When you request a list of objects with a
Limitsetting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns aNextMarkervalue in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.- Returns:
- When you request a list of objects with a
Limitsetting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns aNextMarkervalue in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.
-
limit
public final Integer limit()
The maximum number of objects that you want WAF to return for this request. If more objects are available, in the response, WAF provides a
NextMarkervalue that you can use in a subsequent call to get the next batch of objects.- Returns:
- The maximum number of objects that you want WAF to return for this request. If more objects are
available, in the response, WAF provides a
NextMarkervalue that you can use in a subsequent call to get the next batch of objects.
-
toBuilder
public ListMobileSdkReleasesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListMobileSdkReleasesRequest.Builder,ListMobileSdkReleasesRequest>- Specified by:
toBuilderin classWafv2Request
-
builder
public static ListMobileSdkReleasesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListMobileSdkReleasesRequest.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
-
-