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