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