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