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