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