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