Class CreatePracticeRunConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.arczonalshift.transform.CreatePracticeRunConfigurationRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreatePracticeRunConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreatePracticeRunConfigurationRequestMarshaller
extends Object
implements Marshaller<CreatePracticeRunConfigurationRequest>
CreatePracticeRunConfigurationRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreatePracticeRunConfigurationRequest createPracticeRunConfigurationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreatePracticeRunConfigurationRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(CreatePracticeRunConfigurationRequest createPracticeRunConfigurationRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreatePracticeRunConfigurationRequest>
- Parameters:
- createPracticeRunConfigurationRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-