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