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