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