Class CreateTapeWithBarcodeRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.storagegateway.transform.CreateTapeWithBarcodeRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateTapeWithBarcodeRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateTapeWithBarcodeRequestMarshaller
extends Object
implements Marshaller<CreateTapeWithBarcodeRequest>
CreateTapeWithBarcodeRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionCreateTapeWithBarcodeRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateTapeWithBarcodeRequest createTapeWithBarcodeRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateTapeWithBarcodeRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateTapeWithBarcodeRequest>
- Parameters:
- createTapeWithBarcodeRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-