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