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