public static SetReqAuthConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetReqAuthConfigResponse setReqAuthConfigResponse = new SetReqAuthConfigResponse();

            setReqAuthConfigResponse.HttpResponse = context.HttpResponse;
            setReqAuthConfigResponse.RequestId = context.StringValue("SetReqAuthConfig.RequestId");

            return setReqAuthConfigResponse;
        }
        public static SetReqAuthConfigResponse Unmarshall(UnmarshallerContext _ctx)
        {
            SetReqAuthConfigResponse setReqAuthConfigResponse = new SetReqAuthConfigResponse();

            setReqAuthConfigResponse.HttpResponse = _ctx.HttpResponse;
            setReqAuthConfigResponse.RequestId    = _ctx.StringValue("SetReqAuthConfig.RequestId");

            return(setReqAuthConfigResponse);
        }
        public static SetReqAuthConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetReqAuthConfigResponse setReqAuthConfigResponse = new SetReqAuthConfigResponse()
            {
                HttpResponse = context.HttpResponse,
                RequestId    = context.StringValue("SetReqAuthConfig.RequestId")
            };

            return(setReqAuthConfigResponse);
        }