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