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