Class GetServiceSettingRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ssm.transform.GetServiceSettingRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetServiceSettingRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetServiceSettingRequestMarshaller
extends Object
implements Marshaller<GetServiceSettingRequest>
GetServiceSettingRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionGetServiceSettingRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetServiceSettingRequest getServiceSettingRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetServiceSettingRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetServiceSettingRequest>
- Parameters:
- getServiceSettingRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-