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