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