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