Class ModifyEndpointEncryptionModeRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.workspaces.transform.ModifyEndpointEncryptionModeRequestMarshaller
- All Implemented Interfaces:
Marshaller<ModifyEndpointEncryptionModeRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ModifyEndpointEncryptionModeRequest>
- Parameters:
modifyEndpointEncryptionModeRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-