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