@Generated(value="software.amazon.awssdk:codegen") public final class GetMobileSdkReleaseRequest extends Wafv2Request implements ToCopyableBuilder<GetMobileSdkReleaseRequest.Builder,GetMobileSdkReleaseRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetMobileSdkReleaseRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetMobileSdkReleaseRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Platform |
platform()
The device platform.
|
String |
platformAsString()
The device platform.
|
String |
releaseVersion()
The release version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetMobileSdkReleaseRequest.Builder> |
serializableBuilderClass() |
GetMobileSdkReleaseRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Platform platform()
The device platform.
If the service returns an enum value that is not available in the current SDK version, platform will
return Platform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
platformAsString().
Platformpublic final String platformAsString()
The device platform.
If the service returns an enum value that is not available in the current SDK version, platform will
return Platform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
platformAsString().
Platformpublic final String releaseVersion()
The release version. For the latest available version, specify LATEST.
LATEST.public GetMobileSdkReleaseRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetMobileSdkReleaseRequest.Builder,GetMobileSdkReleaseRequest>toBuilder in class Wafv2Requestpublic static GetMobileSdkReleaseRequest.Builder builder()
public static Class<? extends GetMobileSdkReleaseRequest.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.