Class PutOrganizationConformancePackRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.config.transform.PutOrganizationConformancePackRequestMarshaller
- All Implemented Interfaces:
- Marshaller<PutOrganizationConformancePackRequest>
@Generated("software.amazon.awssdk:codegen")
public class PutOrganizationConformancePackRequestMarshaller
extends Object
implements Marshaller<PutOrganizationConformancePackRequest>
PutOrganizationConformancePackRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(PutOrganizationConformancePackRequest putOrganizationConformancePackRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
PutOrganizationConformancePackRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(PutOrganizationConformancePackRequest putOrganizationConformancePackRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<PutOrganizationConformancePackRequest>
- Parameters:
- putOrganizationConformancePackRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-