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