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