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