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