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