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