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