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