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