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