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