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