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