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