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