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