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