Class GetMobileSdkReleaseRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.wafv2.transform.GetMobileSdkReleaseRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetMobileSdkReleaseRequest>
@Generated("software.amazon.awssdk:codegen")
public class GetMobileSdkReleaseRequestMarshaller
extends Object
implements Marshaller<GetMobileSdkReleaseRequest>
GetMobileSdkReleaseRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionGetMobileSdkReleaseRequestMarshaller
(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(GetMobileSdkReleaseRequest getMobileSdkReleaseRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
GetMobileSdkReleaseRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetMobileSdkReleaseRequest>
- Parameters:
getMobileSdkReleaseRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-