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