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