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