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