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