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