Class GetServiceIndexRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.resourceexplorer2.transform.GetServiceIndexRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetServiceIndexRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetServiceIndexRequest>
- Parameters:
getServiceIndexRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-