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