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