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