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