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