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