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