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