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