Class DescribeProjectRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iotsitewise.transform.DescribeProjectRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DescribeProjectRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DescribeProjectRequestMarshaller
extends Object
implements Marshaller<DescribeProjectRequest>
DescribeProjectRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDescribeProjectRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DescribeProjectRequest describeProjectRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DescribeProjectRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DescribeProjectRequest>
- Parameters:
- describeProjectRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-