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