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