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