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