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