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