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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListDeviceIdentifiersRequest>- Parameters:
listDeviceIdentifiersRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-