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