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