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