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