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