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