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