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