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