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